#6491CF

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

Shades of Danube #6491CF

Tints of Danube #6491CF

Color information

#6491CF (or 0x6491CF) is unknown color: approx Danube. HEX triplet: 64, 91 and CF. RGB value is (100,145,207). Sum of RGB (Red+Green+Blue) = 100+145+207=452 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.12% from 452); Green value is 145 (57.03% from 255 or 32.08% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 207 - color contains mainly: blue. Hex color #6491CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6491CF is #9B6E30. Grayscale: #8A8A8A. Windows color (decimal): -10186289 or 13603172. OLE color: 13603172.

HSL color Cylindrical-coordinate representation of color #6491CF: hue angle of 214.77º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6491CF is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB100145207-
CMYK0.520.3000.19
HSL214.77º52.71%60.2%-
HSV(B)214.77º51.69%81.18%-
XYZ26.6427.4762.93-
YUV138.61166.59100.46-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.12%
GREEN value IS 145 (57.03% from 255) = 32.08%
BLUE value IS 207 (81.25% from 255) = 45.80%
R=22.12%
G=32.08%
B=45.80%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1001452070.520.3000.19214.7752.7160.2
Hex6491CF341E013d7353c
Octal14422131764360233276574
Binary110010010010001110011111101001111001001111010111110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6491CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6491CF; }

 p { color: rgb(100,145,207); }

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

<style>
 a { background-color: #6491CF; }

 a { background-color: rgb(100,145,207); }

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

<style>
 span { border-color: #6491CF; }

 span { border-color: rgb(100,145,207); }

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