#6F91CD

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

Shades of Danube #6F91CD

Tints of Danube #6F91CD

Color information

#6F91CD (or 0x6F91CD) is unknown color: approx Danube. HEX triplet: 6F, 91 and CD. RGB value is (111,145,205). Sum of RGB (Red+Green+Blue) = 111+145+205=461 (61% of max value = 765). Red value is 111 (43.75% from 255 or 24.08% from 461); Green value is 145 (57.03% from 255 or 31.45% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 205 - color contains mainly: blue. Hex color #6F91CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F91CD is #906E32. Grayscale: #8D8D8D. Windows color (decimal): -9465395 or 13472111. OLE color: 13472111.

HSL color Cylindrical-coordinate representation of color #6F91CD: hue angle of 218.3º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F91CD is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB111145205-
CMYK0.460.2900.20
HSL218.3º48.45%61.96%-
HSV(B)218.3º45.85%80.39%-
XYZ27.728.0461.71-
YUV141.67163.74106.12-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 24.08%
GREEN value IS 145 (57.03% from 255) = 31.45%
BLUE value IS 205 (80.47% from 255) = 44.47%
R=24.08%
G=31.45%
B=44.47%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1111452050.460.2900.20218.348.4561.96
Hex6F91CD2E1D014da303e
Octal15722131556350243326076
Binary110111110010001110011011011101110101010011011010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F91CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,145,205); }

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

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

 a { background-color: rgb(111,145,205); }

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

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

 span { border-color: rgb(111,145,205); }

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