#6CB1BC

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

Shades of Glacier #6CB1BC

Tints of Glacier #6CB1BC

Color information

#6CB1BC (or 0x6CB1BC) is unknown color: approx Glacier. HEX triplet: 6C, B1 and BC. RGB value is (108,177,188). Sum of RGB (Red+Green+Blue) = 108+177+188=473 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.83% from 473); Green value is 177 (69.53% from 255 or 37.42% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 188 - color contains mainly: blue. Hex color #6CB1BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CB1BC is #934E43. Grayscale: #9D9D9D. Windows color (decimal): -9653828 or 12366188. OLE color: 12366188.

HSL color Cylindrical-coordinate representation of color #6CB1BC: hue angle of 188.25º 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 #6CB1BC is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB108177188-
CMYK0.430.0600.26
HSL188.25º37.38%58.04%-
HSV(B)188.25º42.55%73.73%-
XYZ30.9838.2653.33-
YUV157.62145.1492.61-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.83%
GREEN value IS 177 (69.53% from 255) = 37.42%
BLUE value IS 188 (73.83% from 255) = 39.75%
R=22.83%
G=37.42%
B=39.75%

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
Decimal1081771880.430.0600.26188.2537.3858.04
Hex6CB1BC2B601Abc253a
Octal1542612745360322744572
Binary1101100101100011011110010101111001101010111100100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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