#6DA7BD

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

Shades of Glacier #6DA7BD

Tints of Glacier #6DA7BD

Color information

#6DA7BD (or 0x6DA7BD) is unknown color: approx Glacier. HEX triplet: 6D, A7 and BD. RGB value is (109,167,189). Sum of RGB (Red+Green+Blue) = 109+167+189=465 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.44% from 465); Green value is 167 (65.62% from 255 or 35.91% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 189 - color contains mainly: blue. Hex color #6DA7BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DA7BD is #925842. Grayscale: #989898. Windows color (decimal): -9590851 or 12429165. OLE color: 12429165.

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

Color convert

RGB109167189-
CMYK0.420.1200.26
HSL196.5º37.74%58.43%-
HSV(B)196.5º42.33%74.12%-
XYZ29.3134.5653.27-
YUV152.17148.7897.21-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.44%
GREEN value IS 167 (65.62% from 255) = 35.91%
BLUE value IS 189 (74.22% from 255) = 40.65%
R=23.44%
G=35.91%
B=40.65%

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
Decimal1091671890.420.1200.26196.537.7458.43
Hex6DA7BD2AC01Ac4263a
Octal15524727552140323044672
Binary11011011010011110111101101010110001101011000100100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DA7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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