#6BA7C3

Color #6BA7C3 Glacier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glacier #6BA7C3

Tints of Glacier #6BA7C3

Color information

#6BA7C3 (or 0x6BA7C3) is unknown color: approx Glacier. HEX triplet: 6B, A7 and C3. RGB value is (107,167,195). Sum of RGB (Red+Green+Blue) = 107+167+195=469 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.81% from 469); Green value is 167 (65.62% from 255 or 35.61% from 469); Blue value is 195 (76.56% from 255 or 41.58% from 469); Max value from RGB is 195 - color contains mainly: blue. Hex color #6BA7C3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BA7C3 is #94583C. Grayscale: #989898. Windows color (decimal): -9721917 or 12822379. OLE color: 12822379.

HSL color Cylindrical-coordinate representation of color #6BA7C3: hue angle of 199.09º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6BA7C3 is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB107167195-
CMYK0.450.1400.24
HSL199.09º42.31%59.22%-
HSV(B)199.09º45.13%76.47%-
XYZ29.7334.756.76-
YUV152.25152.1295.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 107 (42.19% from 255) = 22.81%
GREEN value IS 167 (65.62% from 255) = 35.61%
BLUE value IS 195 (76.56% from 255) = 41.58%
R=22.81%
G=35.61%
B=41.58%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1071671950.450.1400.24199.0942.3159.22
Hex6BA7C32DE018c72a3b
Octal15324730355160303075273
Binary11010111010011111000011101101111001100011000111101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA7C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6BA7C3; }

 p { color: rgb(107,167,195); }

 H1.HeaderClassName
 {
   color: #6BA7C3;
 }
 .AnyTagClassName
 {
   color: #6BA7C3;
 }
</style>
background-color css

<style>
 a { background-color: #6BA7C3; }

 a { background-color: rgb(107,167,195); }

 div.DivClassName
 {
   background-color: #6BA7C3;
 }
 .BgClassName
 {
   background-color: #6BA7C3;
 }
</style>
border-color css

<style>
 span { border-color: #6BA7C3; }

 span { border-color: rgb(107,167,195); }

 td.TdClassName
 {
   border-color: #6BA7C3;
 }
 .TagClassName
 {
   border-color: #6BA7C3;
 }
</style>