#6D91D0

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

Shades of Danube #6D91D0

Tints of Danube #6D91D0

Color information

#6D91D0 (or 0x6D91D0) is unknown color: approx Danube. HEX triplet: 6D, 91 and D0. RGB value is (109,145,208). Sum of RGB (Red+Green+Blue) = 109+145+208=462 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.59% from 462); Green value is 145 (57.03% from 255 or 31.39% from 462); Blue value is 208 (81.64% from 255 or 45.02% from 462); Max value from RGB is 208 - color contains mainly: blue. Hex color #6D91D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D91D0 is #926E2F. Grayscale: #8D8D8D. Windows color (decimal): -9596464 or 13668717. OLE color: 13668717.

HSL color Cylindrical-coordinate representation of color #6D91D0: hue angle of 218.18º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6D91D0 is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB109145208-
CMYK0.480.3000.18
HSL218.18º51.3%62.16%-
HSV(B)218.18º47.6%81.57%-
XYZ27.8228.0663.62-
YUV141.42165.57104.88-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.59%
GREEN value IS 145 (57.03% from 255) = 31.39%
BLUE value IS 208 (81.64% from 255) = 45.02%
R=23.59%
G=31.39%
B=45.02%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1091452080.480.3000.18218.1851.362.16
Hex6D91D0301E012da333e
Octal15522132060360223326376
Binary110110110010001110100001100001111001001011011010110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D91D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,145,208); }

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

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

 a { background-color: rgb(109,145,208); }

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

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

 span { border-color: rgb(109,145,208); }

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