#6FA9C1

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

Shades of Glacier #6FA9C1

Tints of Glacier #6FA9C1

Color information

#6FA9C1 (or 0x6FA9C1) is unknown color: approx Glacier. HEX triplet: 6F, A9 and C1. RGB value is (111,169,193). Sum of RGB (Red+Green+Blue) = 111+169+193=473 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.47% from 473); Green value is 169 (66.41% from 255 or 35.73% from 473); Blue value is 193 (75.78% from 255 or 40.80% from 473); Max value from RGB is 193 - color contains mainly: blue. Hex color #6FA9C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FA9C1 is #90563E. Grayscale: #9A9A9A. Windows color (decimal): -9459263 or 12691823. OLE color: 12691823.

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

Color convert

RGB111169193-
CMYK0.420.1200.24
HSL197.56º39.81%59.61%-
HSV(B)197.56º42.49%75.69%-
XYZ30.3735.6155.72-
YUV154.39149.7897.05-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.47%
GREEN value IS 169 (66.41% from 255) = 35.73%
BLUE value IS 193 (75.78% from 255) = 40.80%
R=23.47%
G=35.73%
B=40.80%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1111691930.420.1200.24197.5639.8159.61
Hex6FA9C12AC018c6283c
Octal15725130152140303065074
Binary11011111010100111000001101010110001100011000110101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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