#6DA7BF

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

Shades of Glacier #6DA7BF

Tints of Glacier #6DA7BF

Color information

#6DA7BF (or 0x6DA7BF) is unknown color: approx Glacier. HEX triplet: 6D, A7 and BF. RGB value is (109,167,191). Sum of RGB (Red+Green+Blue) = 109+167+191=467 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.34% from 467); Green value is 167 (65.62% from 255 or 35.76% from 467); Blue value is 191 (75% from 255 or 40.90% from 467); Max value from RGB is 191 - color contains mainly: blue. Hex color #6DA7BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DA7BF is #925840. Grayscale: #989898. Windows color (decimal): -9590849 or 12560237. OLE color: 12560237.

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

Color convert

RGB109167191-
CMYK0.430.1300.25
HSL197.56º39.05%58.82%-
HSV(B)197.56º42.93%74.9%-
XYZ29.5334.6554.42-
YUV152.39149.7897.05-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.34%
GREEN value IS 167 (65.62% from 255) = 35.76%
BLUE value IS 191 (75% from 255) = 40.90%
R=23.34%
G=35.76%
B=40.90%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1091671910.430.1300.25197.5639.0558.82
Hex6DA7BF2BD019c6273b
Octal15524727753150313064773
Binary11011011010011110111111101011110101100111000110100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DA7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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