#6FACBA

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

Shades of Glacier #6FACBA

Tints of Glacier #6FACBA

Color information

#6FACBA (or 0x6FACBA) is unknown color: approx Glacier. HEX triplet: 6F, AC and BA. RGB value is (111,172,186). Sum of RGB (Red+Green+Blue) = 111+172+186=469 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.67% from 469); Green value is 172 (67.58% from 255 or 36.67% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 186 - color contains mainly: blue. Hex color #6FACBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FACBA is #905345. Grayscale: #9B9B9B. Windows color (decimal): -9458502 or 12233839. OLE color: 12233839.

HSL color Cylindrical-coordinate representation of color #6FACBA: hue angle of 191.2º 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 #6FACBA is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB111172186-
CMYK0.400.0800.27
HSL191.2º35.21%58.24%-
HSV(B)191.2º40.32%72.94%-
XYZ30.1736.4351.9-
YUV155.36145.2996.36-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.67%
GREEN value IS 172 (67.58% from 255) = 36.67%
BLUE value IS 186 (73.05% from 255) = 39.66%
R=23.67%
G=36.67%
B=39.66%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1111721860.400.0800.27191.235.2158.24
Hex6FACBA28801Bbf233a
Octal15725427250100332774372
Binary11011111010110010111010101000100001101110111111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FACBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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