#6FBAC0

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

Shades of Glacier #6FBAC0

Tints of Glacier #6FBAC0

Color information

#6FBAC0 (or 0x6FBAC0) is unknown color: approx Glacier. HEX triplet: 6F, BA and C0. RGB value is (111,186,192). Sum of RGB (Red+Green+Blue) = 111+186+192=489 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.70% from 489); Green value is 186 (73.05% from 255 or 38.04% from 489); Blue value is 192 (75.39% from 255 or 39.26% from 489); Max value from RGB is 192 - color contains mainly: blue. Hex color #6FBAC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBAC0 is #90453F. Grayscale: #A4A4A4. Windows color (decimal): -9454912 or 12630639. OLE color: 12630639.

HSL color Cylindrical-coordinate representation of color #6FBAC0: hue angle of 184.44º degrees, saturation: 0.39, 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 #6FBAC0 is Cyan = 0.42, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB111186192-
CMYK0.420.0300.25
HSL184.44º39.13%59.41%-
HSV(B)184.44º42.19%75.29%-
XYZ33.6342.356.26-
YUV164.26143.6590.01-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.70%
GREEN value IS 186 (73.05% from 255) = 38.04%
BLUE value IS 192 (75.39% from 255) = 39.26%
R=22.70%
G=38.04%
B=39.26%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1111861920.420.0300.25184.4439.1359.41
Hex6FBAC02A3019b8273b
Octal1572723005230312704773
Binary110111110111010110000001010101101100110111000100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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