#6DA8BD

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

Shades of Glacier #6DA8BD

Tints of Glacier #6DA8BD

Color information

#6DA8BD (or 0x6DA8BD) is unknown color: approx Glacier. HEX triplet: 6D, A8 and BD. RGB value is (109,168,189). Sum of RGB (Red+Green+Blue) = 109+168+189=466 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.39% from 466); Green value is 168 (66.02% from 255 or 36.05% from 466); Blue value is 189 (74.22% from 255 or 40.56% from 466); Max value from RGB is 189 - color contains mainly: blue. Hex color #6DA8BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DA8BD is #925742. Grayscale: #989898. Windows color (decimal): -9590595 or 12429421. OLE color: 12429421.

HSL color Cylindrical-coordinate representation of color #6DA8BD: hue angle of 195.75º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6DA8BD is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB109168189-
CMYK0.420.1100.26
HSL195.75º37.74%58.43%-
HSV(B)195.75º42.33%74.12%-
XYZ29.4934.9353.33-
YUV152.75148.4596.79-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.39%
GREEN value IS 168 (66.02% from 255) = 36.05%
BLUE value IS 189 (74.22% from 255) = 40.56%
R=23.39%
G=36.05%
B=40.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1091681890.420.1100.26195.7537.7458.43
Hex6DA8BD2AB01Ac4263a
Octal15525027552130323044672
Binary11011011010100010111101101010101101101011000100100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DA8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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