#6DAFC0

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

Shades of Glacier #6DAFC0

Tints of Glacier #6DAFC0

Color information

#6DAFC0 (or 0x6DAFC0) is unknown color: approx Glacier. HEX triplet: 6D, AF and C0. RGB value is (109,175,192). Sum of RGB (Red+Green+Blue) = 109+175+192=476 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.90% from 476); Green value is 175 (68.75% from 255 or 36.76% from 476); Blue value is 192 (75.39% from 255 or 40.34% from 476); Max value from RGB is 192 - color contains mainly: blue. Hex color #6DAFC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DAFC0 is #92503F. Grayscale: #9D9D9D. Windows color (decimal): -9588800 or 12627821. OLE color: 12627821.

HSL color Cylindrical-coordinate representation of color #6DAFC0: hue angle of 192.29º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6DAFC0 is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB109175192-
CMYK0.430.0900.25
HSL192.29º39.71%59.02%-
HSV(B)192.29º43.23%75.29%-
XYZ31.1537.7255.51-
YUV157.2147.6393.62-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.90%
GREEN value IS 175 (68.75% from 255) = 36.76%
BLUE value IS 192 (75.39% from 255) = 40.34%
R=22.90%
G=36.76%
B=40.34%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1091751920.430.0900.25192.2939.7159.02
Hex6DAFC02B9019c0283b
Octal15525730053110313005073
Binary11011011010111111000000101011100101100111000000101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DAFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,175,192); }

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

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

 a { background-color: rgb(109,175,192); }

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

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

 span { border-color: rgb(109,175,192); }

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