#6FAFBE

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

Shades of Glacier #6FAFBE

Tints of Glacier #6FAFBE

Color information

#6FAFBE (or 0x6FAFBE) is unknown color: approx Glacier. HEX triplet: 6F, AF and BE. RGB value is (111,175,190). Sum of RGB (Red+Green+Blue) = 111+175+190=476 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.32% from 476); Green value is 175 (68.75% from 255 or 36.76% from 476); Blue value is 190 (74.61% from 255 or 39.92% from 476); Max value from RGB is 190 - color contains mainly: blue. Hex color #6FAFBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FAFBE is #905041. Grayscale: #9D9D9D. Windows color (decimal): -9457730 or 12496751. OLE color: 12496751.

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

Color convert

RGB111175190-
CMYK0.420.0800.25
HSL191.39º37.8%59.02%-
HSV(B)191.39º41.58%74.51%-
XYZ31.1837.7654.36-
YUV157.57146.394.78-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.32%
GREEN value IS 175 (68.75% from 255) = 36.76%
BLUE value IS 190 (74.61% from 255) = 39.92%
R=23.32%
G=36.76%
B=39.92%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1111751900.420.0800.25191.3937.859.02
Hex6FAFBE2A8019bf263b
Octal15725727652100312774673
Binary11011111010111110111110101010100001100110111111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FAFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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