#6BB2BE

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

Shades of Glacier #6BB2BE

Tints of Glacier #6BB2BE

Color information

#6BB2BE (or 0x6BB2BE) is unknown color: approx Glacier. HEX triplet: 6B, B2 and BE. RGB value is (107,178,190). Sum of RGB (Red+Green+Blue) = 107+178+190=475 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.53% from 475); Green value is 178 (69.92% from 255 or 37.47% 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 #6BB2BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BB2BE is #944D41. Grayscale: #9E9E9E. Windows color (decimal): -9719106 or 12497515. OLE color: 12497515.

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

Color convert

RGB107178190-
CMYK0.440.0600.25
HSL188.67º38.97%58.24%-
HSV(B)188.67º43.68%74.51%-
XYZ31.2838.6854.53-
YUV158.14145.9891.52-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.53%
GREEN value IS 178 (69.92% from 255) = 37.47%
BLUE value IS 190 (74.61% from 255) = 40%
R=22.53%
G=37.47%
B=40%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1071781900.440.0600.25188.6738.9758.24
Hex6BB2BE2C6019bd273a
Octal1532622765460312754772
Binary1101011101100101011111010110011001100110111101100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BB2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,178,190); }

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

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

 a { background-color: rgb(107,178,190); }

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

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

 span { border-color: rgb(107,178,190); }

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