#6FBAC2

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

Shades of Glacier #6FBAC2

Tints of Glacier #6FBAC2

Color information

#6FBAC2 (or 0x6FBAC2) is unknown color: approx Glacier. HEX triplet: 6F, BA and C2. RGB value is (111,186,194). Sum of RGB (Red+Green+Blue) = 111+186+194=491 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.61% from 491); Green value is 186 (73.05% from 255 or 37.88% from 491); Blue value is 194 (76.17% from 255 or 39.51% from 491); Max value from RGB is 194 - color contains mainly: blue. Hex color #6FBAC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBAC2 is #90453D. Grayscale: #A4A4A4. Windows color (decimal): -9454910 or 12761711. OLE color: 12761711.

HSL color Cylindrical-coordinate representation of color #6FBAC2: hue angle of 185.78º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6FBAC2 is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB111186194-
CMYK0.430.0400.24
HSL185.78º40.49%59.8%-
HSV(B)185.78º42.78%76.08%-
XYZ33.8542.3957.44-
YUV164.49144.6589.85-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.61%
GREEN value IS 186 (73.05% from 255) = 37.88%
BLUE value IS 194 (76.17% from 255) = 39.51%
R=22.61%
G=37.88%
B=39.51%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1111861940.430.0400.24185.7840.4959.8
Hex6FBAC22B4018ba283c
Octal1572723025340302725074
Binary1101111101110101100001010101110001100010111010101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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