#6BBBC0

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

Shades of Glacier #6BBBC0

Tints of Glacier #6BBBC0

Color information

#6BBBC0 (or 0x6BBBC0) is unknown color: approx Glacier. HEX triplet: 6B, BB and C0. RGB value is (107,187,192). Sum of RGB (Red+Green+Blue) = 107+187+192=486 (64% of max value = 765). Red value is 107 (42.19% from 255 or 22.02% from 486); Green value is 187 (73.44% from 255 or 38.48% 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 #6BBBC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBBC0 is #94443F. Grayscale: #A3A3A3. Windows color (decimal): -9716800 or 12630891. OLE color: 12630891.

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

Color convert

RGB107187192-
CMYK0.440.0300.25
HSL183.53º40.28%58.63%-
HSV(B)183.53º44.27%75.29%-
XYZ33.3542.4756.31-
YUV163.6514487.59-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.02%
GREEN value IS 187 (73.44% from 255) = 38.48%
BLUE value IS 192 (75.39% from 255) = 39.51%
R=22.02%
G=38.48%
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
Decimal1071871920.440.0300.25183.5340.2858.63
Hex6BBBC02C3019b8283b
Octal1532733005430312705073
Binary110101110111011110000001011001101100110111000101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BBBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,187,192); }

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

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

 a { background-color: rgb(107,187,192); }

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

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

 span { border-color: rgb(107,187,192); }

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