#6CB0BE

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

Shades of Glacier #6CB0BE

Tints of Glacier #6CB0BE

Color information

#6CB0BE (or 0x6CB0BE) is unknown color: approx Glacier. HEX triplet: 6C, B0 and BE. RGB value is (108,176,190). Sum of RGB (Red+Green+Blue) = 108+176+190=474 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.78% from 474); Green value is 176 (69.14% from 255 or 37.13% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 190 - color contains mainly: blue. Hex color #6CB0BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CB0BE is #934F41. Grayscale: #9D9D9D. Windows color (decimal): -9654082 or 12497004. OLE color: 12497004.

HSL color Cylindrical-coordinate representation of color #6CB0BE: hue angle of 190.24º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6CB0BE is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB108176190-
CMYK0.430.0700.25
HSL190.24º38.68%58.43%-
HSV(B)190.24º43.16%74.51%-
XYZ3137.9654.41-
YUV157.26146.4792.86-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.78%
GREEN value IS 176 (69.14% from 255) = 37.13%
BLUE value IS 190 (74.61% from 255) = 40.08%
R=22.78%
G=37.13%
B=40.08%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1081761900.430.0700.25190.2438.6858.43
Hex6CB0BE2B7019be273a
Octal1542602765370312764772
Binary1101100101100001011111010101111101100110111110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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