#6CB0BC

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

Shades of Glacier #6CB0BC

Tints of Glacier #6CB0BC

Color information

#6CB0BC (or 0x6CB0BC) is unknown color: approx Glacier. HEX triplet: 6C, B0 and BC. RGB value is (108,176,188). Sum of RGB (Red+Green+Blue) = 108+176+188=472 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.88% from 472); Green value is 176 (69.14% from 255 or 37.29% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 188 - color contains mainly: blue. Hex color #6CB0BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CB0BC is #934F43. Grayscale: #9C9C9C. Windows color (decimal): -9654084 or 12365932. OLE color: 12365932.

HSL color Cylindrical-coordinate representation of color #6CB0BC: hue angle of 189º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6CB0BC is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB108176188-
CMYK0.430.0600.26
HSL189º37.38%58.04%-
HSV(B)189º42.55%73.73%-
XYZ30.7937.8753.26-
YUV157.04145.4793.02-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.88%
GREEN value IS 176 (69.14% from 255) = 37.29%
BLUE value IS 188 (73.83% from 255) = 39.83%
R=22.88%
G=37.29%
B=39.83%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1081761880.430.0600.2618937.3858.04
Hex6CB0BC2B601Abd253a
Octal1542602745360322754572
Binary1101100101100001011110010101111001101010111101100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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