#6BB4BE

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

Shades of Glacier #6BB4BE

Tints of Glacier #6BB4BE

Color information

#6BB4BE (or 0x6BB4BE) is unknown color: approx Glacier. HEX triplet: 6B, B4 and BE. RGB value is (107,180,190). Sum of RGB (Red+Green+Blue) = 107+180+190=477 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.43% from 477); Green value is 180 (70.70% from 255 or 37.74% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 190 - color contains mainly: blue. Hex color #6BB4BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BB4BE is #944B41. Grayscale: #9F9F9F. Windows color (decimal): -9718594 or 12498027. OLE color: 12498027.

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

Color convert

RGB107180190-
CMYK0.440.0500.25
HSL187.23º38.97%58.24%-
HSV(B)187.23º43.68%74.51%-
XYZ31.6839.4954.67-
YUV159.31145.3290.69-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.43%
GREEN value IS 180 (70.70% from 255) = 37.74%
BLUE value IS 190 (74.61% from 255) = 39.83%
R=22.43%
G=37.74%
B=39.83%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1071801900.440.0500.25187.2338.9758.24
Hex6BB4BE2C5019bb273a
Octal1532642765450312734772
Binary1101011101101001011111010110010101100110111011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BB4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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