#6DA8BF

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

Shades of Glacier #6DA8BF

Tints of Glacier #6DA8BF

Color information

#6DA8BF (or 0x6DA8BF) is unknown color: approx Glacier. HEX triplet: 6D, A8 and BF. RGB value is (109,168,191). Sum of RGB (Red+Green+Blue) = 109+168+191=468 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.29% from 468); Green value is 168 (66.02% from 255 or 35.90% from 468); Blue value is 191 (75% from 255 or 40.81% from 468); Max value from RGB is 191 - color contains mainly: blue. Hex color #6DA8BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DA8BF is #925740. Grayscale: #989898. Windows color (decimal): -9590593 or 12560493. OLE color: 12560493.

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

Color convert

RGB109168191-
CMYK0.430.1200.25
HSL196.83º39.05%58.82%-
HSV(B)196.83º42.93%74.9%-
XYZ29.7135.0254.48-
YUV152.98149.4596.63-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.29%
GREEN value IS 168 (66.02% from 255) = 35.90%
BLUE value IS 191 (75% from 255) = 40.81%
R=23.29%
G=35.90%
B=40.81%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1091681910.430.1200.25196.8339.0558.82
Hex6DA8BF2BC019c5273b
Octal15525027753140313054773
Binary11011011010100010111111101011110001100111000101100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DA8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,168,191); }

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

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

 a { background-color: rgb(109,168,191); }

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

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

 span { border-color: rgb(109,168,191); }

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