#6FBBBE

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

Shades of Glacier #6FBBBE

Tints of Glacier #6FBBBE

Color information

#6FBBBE (or 0x6FBBBE) is unknown color: approx Glacier. HEX triplet: 6F, BB and BE. RGB value is (111,187,190). Sum of RGB (Red+Green+Blue) = 111+187+190=488 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.75% from 488); Green value is 187 (73.44% from 255 or 38.32% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 190 - color contains mainly: blue. Hex color #6FBBBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBBBE is #904441. Grayscale: #A4A4A4. Windows color (decimal): -9454658 or 12499823. OLE color: 12499823.

HSL color Cylindrical-coordinate representation of color #6FBBBE: hue angle of 182.28º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6FBBBE is Cyan = 0.42, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB111187190-
CMYK0.420.0200.25
HSL182.28º37.8%59.02%-
HSV(B)182.28º41.58%74.51%-
XYZ33.6242.6455.17-
YUV164.62142.3289.76-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.75%
GREEN value IS 187 (73.44% from 255) = 38.32%
BLUE value IS 190 (74.61% from 255) = 38.93%
R=22.75%
G=38.32%
B=38.93%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1111871900.420.0200.25182.2837.859.02
Hex6FBBBE2A2019b6263b
Octal1572732765220312664673
Binary110111110111011101111101010101001100110110110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,187,190); }

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

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

 a { background-color: rgb(111,187,190); }

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

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

 span { border-color: rgb(111,187,190); }

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