#6291CD

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

Shades of Danube #6291CD

Tints of Danube #6291CD

Color information

#6291CD (or 0x6291CD) is unknown color: approx Danube. HEX triplet: 62, 91 and CD. RGB value is (98,145,205). Sum of RGB (Red+Green+Blue) = 98+145+205=448 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.88% from 448); Green value is 145 (57.03% from 255 or 32.37% from 448); Blue value is 205 (80.47% from 255 or 45.76% from 448); Max value from RGB is 205 - color contains mainly: blue. Hex color #6291CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6291CD is #9D6E32. Grayscale: #898989. Windows color (decimal): -10317363 or 13472098. OLE color: 13472098.

HSL color Cylindrical-coordinate representation of color #6291CD: hue angle of 213.64º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6291CD is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB98145205-
CMYK0.520.2900.20
HSL213.64º51.69%59.41%-
HSV(B)213.64º52.2%80.39%-
XYZ26.1827.2661.64-
YUV137.79165.9399.62-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 21.88%
GREEN value IS 145 (57.03% from 255) = 32.37%
BLUE value IS 205 (80.47% from 255) = 45.76%
R=21.88%
G=32.37%
B=45.76%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal981452050.520.2900.20213.6451.6959.41
Hex6291CD341D014d6343b
Octal14222131564350243266473
Binary110001010010001110011011101001110101010011010110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6291CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6291CD; }

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

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

<style>
 a { background-color: #6291CD; }

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

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

<style>
 span { border-color: #6291CD; }

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

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