#6CBAC0

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

Shades of Glacier #6CBAC0

Tints of Glacier #6CBAC0

Color information

#6CBAC0 (or 0x6CBAC0) is unknown color: approx Glacier. HEX triplet: 6C, BA and C0. RGB value is (108,186,192). Sum of RGB (Red+Green+Blue) = 108+186+192=486 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.22% from 486); Green value is 186 (73.05% from 255 or 38.27% from 486); Blue value is 192 (75.39% from 255 or 39.51% from 486); Max value from RGB is 192 - color contains mainly: blue. Hex color #6CBAC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBAC0 is #93453F. Grayscale: #A3A3A3. Windows color (decimal): -9651520 or 12630636. OLE color: 12630636.

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

Color convert

RGB108186192-
CMYK0.440.0300.25
HSL184.29º40%58.82%-
HSV(B)184.29º43.75%75.29%-
XYZ33.2642.1156.24-
YUV163.36144.1688.51-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.22%
GREEN value IS 186 (73.05% from 255) = 38.27%
BLUE value IS 192 (75.39% from 255) = 39.51%
R=22.22%
G=38.27%
B=39.51%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1081861920.440.0300.25184.294058.82
Hex6CBAC02C3019b8283b
Octal1542723005430312705073
Binary110110010111010110000001011001101100110111000101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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