#6CB2C4

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

Shades of Glacier #6CB2C4

Tints of Glacier #6CB2C4

Color information

#6CB2C4 (or 0x6CB2C4) is unknown color: approx Glacier. HEX triplet: 6C, B2 and C4. RGB value is (108,178,196). Sum of RGB (Red+Green+Blue) = 108+178+196=482 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.41% from 482); Green value is 178 (69.92% from 255 or 36.93% from 482); Blue value is 196 (76.95% from 255 or 40.66% from 482); Max value from RGB is 196 - color contains mainly: blue. Hex color #6CB2C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CB2C4 is #934D3B. Grayscale: #9E9E9E. Windows color (decimal): -9653564 or 12890732. OLE color: 12890732.

HSL color Cylindrical-coordinate representation of color #6CB2C4: hue angle of 192.27º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6CB2C4 is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB108178196-
CMYK0.450.0900.23
HSL192.27º42.72%59.61%-
HSV(B)192.27º44.9%76.86%-
XYZ32.0739.0158.06-
YUV159.12148.8191.54-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.41%
GREEN value IS 178 (69.92% from 255) = 36.93%
BLUE value IS 196 (76.95% from 255) = 40.66%
R=22.41%
G=36.93%
B=40.66%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1081781960.450.0900.23192.2742.7259.61
Hex6CB2C42D9017c02b3c
Octal15426230455110273005374
Binary11011001011001011000100101101100101011111000000101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB2C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,178,196); }

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

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

 a { background-color: rgb(108,178,196); }

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

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

 span { border-color: rgb(108,178,196); }

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