#6DAFBA

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

Shades of Glacier #6DAFBA

Tints of Glacier #6DAFBA

Color information

#6DAFBA (or 0x6DAFBA) is unknown color: approx Glacier. HEX triplet: 6D, AF and BA. RGB value is (109,175,186). Sum of RGB (Red+Green+Blue) = 109+175+186=470 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.19% from 470); Green value is 175 (68.75% from 255 or 37.23% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 186 - color contains mainly: blue. Hex color #6DAFBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DAFBA is #925045. Grayscale: #9C9C9C. Windows color (decimal): -9588806 or 12234605. OLE color: 12234605.

HSL color Cylindrical-coordinate representation of color #6DAFBA: hue angle of 188.57º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6DAFBA is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB109175186-
CMYK0.410.0600.27
HSL188.57º35.81%57.84%-
HSV(B)188.57º41.4%72.94%-
XYZ30.537.4652.08-
YUV156.52144.6394.11-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.19%
GREEN value IS 175 (68.75% from 255) = 37.23%
BLUE value IS 186 (73.05% from 255) = 39.57%
R=23.19%
G=37.23%
B=39.57%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1091751860.410.0600.27188.5735.8157.84
Hex6DAFBA29601Bbd243a
Octal1552572725160332754472
Binary1101101101011111011101010100111001101110111101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DAFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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