#6CB1BE

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

Shades of Glacier #6CB1BE

Tints of Glacier #6CB1BE

Color information

#6CB1BE (or 0x6CB1BE) is unknown color: approx Glacier. HEX triplet: 6C, B1 and BE. RGB value is (108,177,190). Sum of RGB (Red+Green+Blue) = 108+177+190=475 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.74% from 475); Green value is 177 (69.53% from 255 or 37.26% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 190 - color contains mainly: blue. Hex color #6CB1BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CB1BE is #934E41. Grayscale: #9D9D9D. Windows color (decimal): -9653826 or 12497260. OLE color: 12497260.

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

Color convert

RGB108177190-
CMYK0.430.0700.25
HSL189.51º38.68%58.43%-
HSV(B)189.51º43.16%74.51%-
XYZ31.238.3554.47-
YUV157.85146.1492.44-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.74%
GREEN value IS 177 (69.53% from 255) = 37.26%
BLUE value IS 190 (74.61% from 255) = 40%
R=22.74%
G=37.26%
B=40%

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
Decimal1081771900.430.0700.25189.5138.6858.43
Hex6CB1BE2B7019be273a
Octal1542612765370312764772
Binary1101100101100011011111010101111101100110111110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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