#6da6bd

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

Shades of Glacier #6DA6BD

Tints of Glacier #6DA6BD

Color information

#6DA6BD (or 0x6DA6BD) is unknown color: approx Glacier. HEX triplet: 6D, A6 and BD. RGB value is (109,166,189). Sum of RGB (Red+Green+Blue) = 109+166+189=464 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.49% from 464); Green value is 166 (65.23% from 255 or 35.78% from 464); Blue value is 189 (74.22% from 255 or 40.73% from 464); Max value from RGB is 189 - color contains mainly: blue. Hex color #6DA6BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DA6BD is #925942. Grayscale: #979797. Windows color (decimal): -9591107 or 12428909. OLE color: 12428909.

HSL color Cylindrical-coordinate representation of color #6DA6BD: hue angle of 197.25º 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 #6DA6BD is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB109166189-
CMYK0.420.1200.26
HSL197.25º37.74%58.43%-
HSV(B)197.25º42.33%74.12%-
XYZ29.1334.253.21-
YUV151.58149.1297.63-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.49%
GREEN value IS 166 (65.23% from 255) = 35.78%
BLUE value IS 189 (74.22% from 255) = 40.73%
R=23.49%
G=35.78%
B=40.73%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1091661890.420.1200.26197.2537.7458.43
Hex6DA6BD2AC01Ac5263a
Octal15524627552140323054672
Binary11011011010011010111101101010110001101011000101100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6da6bd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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