#6FB0BA

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

Shades of Glacier #6FB0BA

Tints of Glacier #6FB0BA

Color information

#6FB0BA (or 0x6FB0BA) is unknown color: approx Glacier. HEX triplet: 6F, B0 and BA. RGB value is (111,176,186). Sum of RGB (Red+Green+Blue) = 111+176+186=473 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.47% from 473); Green value is 176 (69.14% from 255 or 37.21% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 186 - color contains mainly: blue. Hex color #6FB0BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FB0BA is #904F45. Grayscale: #9D9D9D. Windows color (decimal): -9457478 or 12234863. OLE color: 12234863.

HSL color Cylindrical-coordinate representation of color #6FB0BA: hue angle of 188º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6FB0BA is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB111176186-
CMYK0.400.0500.27
HSL188º35.21%58.24%-
HSV(B)188º40.32%72.94%-
XYZ30.9437.9852.15-
YUV157.71143.9794.69-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.47%
GREEN value IS 176 (69.14% from 255) = 37.21%
BLUE value IS 186 (73.05% from 255) = 39.32%
R=23.47%
G=37.21%
B=39.32%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1111761860.400.0500.2718835.2158.24
Hex6FB0BA28501Bbc233a
Octal1572602725050332744372
Binary1101111101100001011101010100010101101110111100100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,176,186); }

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

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

 a { background-color: rgb(111,176,186); }

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

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

 span { border-color: rgb(111,176,186); }

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