#6CBEC0

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

Shades of Glacier #6CBEC0

Tints of Glacier #6CBEC0

Color information

#6CBEC0 (or 0x6CBEC0) is unknown color: approx Glacier. HEX triplet: 6C, BE and C0. RGB value is (108,190,192). Sum of RGB (Red+Green+Blue) = 108+190+192=490 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.04% from 490); Green value is 190 (74.61% from 255 or 38.78% from 490); Blue value is 192 (75.39% from 255 or 39.18% from 490); Max value from RGB is 192 - color contains mainly: blue. Hex color #6CBEC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBEC0 is #93413F. Grayscale: #A5A5A5. Windows color (decimal): -9650496 or 12631660. OLE color: 12631660.

HSL color Cylindrical-coordinate representation of color #6CBEC0: hue angle of 181.43º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6CBEC0 is Cyan = 0.44, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB108190192-
CMYK0.440.0100.25
HSL181.43º40%58.82%-
HSV(B)181.43º43.75%75.29%-
XYZ34.1143.8256.53-
YUV165.71142.8386.84-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.04%
GREEN value IS 190 (74.61% from 255) = 38.78%
BLUE value IS 192 (75.39% from 255) = 39.18%
R=22.04%
G=38.78%
B=39.18%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1081901920.440.0100.25181.434058.82
Hex6CBEC02C1019b5283b
Octal1542763005410312655073
Binary11011001011111011000000101100101100110110101101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,190,192); }

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

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

 a { background-color: rgb(108,190,192); }

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

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

 span { border-color: rgb(108,190,192); }

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