#6FABC1

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

Shades of Glacier #6FABC1

Tints of Glacier #6FABC1

Color information

#6FABC1 (or 0x6FABC1) is unknown color: approx Glacier. HEX triplet: 6F, AB and C1. RGB value is (111,171,193). Sum of RGB (Red+Green+Blue) = 111+171+193=475 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.37% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 193 (75.78% from 255 or 40.63% from 475); Max value from RGB is 193 - color contains mainly: blue. Hex color #6FABC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FABC1 is #90543E. Grayscale: #9B9B9B. Windows color (decimal): -9458751 or 12692335. OLE color: 12692335.

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

Color convert

RGB111171193-
CMYK0.420.1100.24
HSL196.1º39.81%59.61%-
HSV(B)196.1º42.49%75.69%-
XYZ30.7436.3655.85-
YUV155.57149.1296.21-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.37%
GREEN value IS 171 (67.19% from 255) = 36%
BLUE value IS 193 (75.78% from 255) = 40.63%
R=23.37%
G=36%
B=40.63%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1111711930.420.1100.24196.139.8159.61
Hex6FABC12AB018c4283c
Octal15725330152130303045074
Binary11011111010101111000001101010101101100011000100101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FABC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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