#6DAFBE

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

Shades of Glacier #6DAFBE

Tints of Glacier #6DAFBE

Color information

#6DAFBE (or 0x6DAFBE) is unknown color: approx Glacier. HEX triplet: 6D, AF and BE. RGB value is (109,175,190). Sum of RGB (Red+Green+Blue) = 109+175+190=474 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.00% from 474); Green value is 175 (68.75% from 255 or 36.92% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 190 - color contains mainly: blue. Hex color #6DAFBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DAFBE is #925041. Grayscale: #9C9C9C. Windows color (decimal): -9588802 or 12496749. OLE color: 12496749.

HSL color Cylindrical-coordinate representation of color #6DAFBE: hue angle of 191.11º degrees, saturation: 0.38, 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 #6DAFBE is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB109175190-
CMYK0.430.0800.25
HSL191.11º38.39%58.63%-
HSV(B)191.11º42.63%74.51%-
XYZ30.9337.6354.35-
YUV156.98146.6393.78-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.00%
GREEN value IS 175 (68.75% from 255) = 36.92%
BLUE value IS 190 (74.61% from 255) = 40.08%
R=23.00%
G=36.92%
B=40.08%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1091751900.430.0800.25191.1138.3958.63
Hex6DAFBE2B8019bf263b
Octal15525727653100312774673
Binary11011011010111110111110101011100001100110111111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DAFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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