#6FBFC8

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

Shades of Glacier #6FBFC8

Tints of Glacier #6FBFC8

Color information

#6FBFC8 (or 0x6FBFC8) is unknown color: approx Glacier. HEX triplet: 6F, BF and C8. RGB value is (111,191,200). Sum of RGB (Red+Green+Blue) = 111+191+200=502 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.11% from 502); Green value is 191 (75% from 255 or 38.05% from 502); Blue value is 200 (78.52% from 255 or 39.84% from 502); Max value from RGB is 200 - color contains mainly: blue. Hex color #6FBFC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBFC8 is #904037. Grayscale: #A7A7A7. Windows color (decimal): -9453624 or 13156207. OLE color: 13156207.

HSL color Cylindrical-coordinate representation of color #6FBFC8: hue angle of 186.07º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6FBFC8 is Cyan = 0.44, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB111191200-
CMYK0.440.0400.22
HSL186.07º44.72%60.98%-
HSV(B)186.07º44.5%78.43%-
XYZ35.6144.8161.42-
YUV168.1114687.27-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.11%
GREEN value IS 191 (75% from 255) = 38.05%
BLUE value IS 200 (78.52% from 255) = 39.84%
R=22.11%
G=38.05%
B=39.84%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1111912000.440.0400.22186.0744.7260.98
Hex6FBFC82C4016ba2d3d
Octal1572773105440262725575
Binary1101111101111111100100010110010001011010111010101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,191,200); }

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

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

 a { background-color: rgb(111,191,200); }

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

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

 span { border-color: rgb(111,191,200); }

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