#6FBFC1

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

Shades of Glacier #6FBFC1

Tints of Glacier #6FBFC1

Color information

#6FBFC1 (or 0x6FBFC1) is unknown color: approx Glacier. HEX triplet: 6F, BF and C1. RGB value is (111,191,193). Sum of RGB (Red+Green+Blue) = 111+191+193=495 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.42% from 495); Green value is 191 (75% from 255 or 38.59% from 495); Blue value is 193 (75.78% from 255 or 38.99% from 495); Max value from RGB is 193 - color contains mainly: blue. Hex color #6FBFC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBFC1 is #90403E. Grayscale: #A7A7A7. Windows color (decimal): -9453631 or 12697455. OLE color: 12697455.

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

Color convert

RGB111191193-
CMYK0.420.0100.24
HSL181.46º39.81%59.61%-
HSV(B)181.46º42.49%75.69%-
XYZ34.8144.4957.2-
YUV167.31142.587.84-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.42%
GREEN value IS 191 (75% from 255) = 38.59%
BLUE value IS 193 (75.78% from 255) = 38.99%
R=22.42%
G=38.59%
B=38.99%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1111911930.420.0100.24181.4639.8159.61
Hex6FBFC12A1018b5283c
Octal1572773015210302655074
Binary11011111011111111000001101010101100010110101101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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