#6CBDC0

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

Shades of Glacier #6CBDC0

Tints of Glacier #6CBDC0

Color information

#6CBDC0 (or 0x6CBDC0) is unknown color: approx Glacier. HEX triplet: 6C, BD and C0. RGB value is (108,189,192). Sum of RGB (Red+Green+Blue) = 108+189+192=489 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.09% from 489); Green value is 189 (74.22% from 255 or 38.65% from 489); Blue value is 192 (75.39% from 255 or 39.26% from 489); Max value from RGB is 192 - color contains mainly: blue. Hex color #6CBDC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBDC0 is #93423F. Grayscale: #A5A5A5. Windows color (decimal): -9650752 or 12631404. OLE color: 12631404.

HSL color Cylindrical-coordinate representation of color #6CBDC0: hue angle of 182.14º 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 #6CBDC0 is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB108189192-
CMYK0.440.0200.25
HSL182.14º40%58.82%-
HSV(B)182.14º43.75%75.29%-
XYZ33.943.3956.46-
YUV165.12143.1687.26-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.09%
GREEN value IS 189 (74.22% from 255) = 38.65%
BLUE value IS 192 (75.39% from 255) = 39.26%
R=22.09%
G=38.65%
B=39.26%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1081891920.440.0200.25182.144058.82
Hex6CBDC02C2019b6283b
Octal1542753005420312665073
Binary110110010111101110000001011001001100110110110101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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