#6291CA

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

Shades of Danube #6291CA

Tints of Danube #6291CA

Color information

#6291CA (or 0x6291CA) is unknown color: approx Danube. HEX triplet: 62, 91 and CA. RGB value is (98,145,202). Sum of RGB (Red+Green+Blue) = 98+145+202=445 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.02% from 445); Green value is 145 (57.03% from 255 or 32.58% from 445); Blue value is 202 (79.30% from 255 or 45.39% from 445); Max value from RGB is 202 - color contains mainly: blue. Hex color #6291CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6291CA is #9D6E35. Grayscale: #898989. Windows color (decimal): -10317366 or 13275490. OLE color: 13275490.

HSL color Cylindrical-coordinate representation of color #6291CA: hue angle of 212.88º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6291CA is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB98145202-
CMYK0.510.2800.21
HSL212.88º49.52%58.82%-
HSV(B)212.88º51.49%79.22%-
XYZ25.8227.1159.75-
YUV137.44164.4399.87-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 22.02%
GREEN value IS 145 (57.03% from 255) = 32.58%
BLUE value IS 202 (79.30% from 255) = 45.39%
R=22.02%
G=32.58%
B=45.39%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal981452020.510.2800.21212.8849.5258.82
Hex6291CA331C015d5323b
Octal14222131263340253256273
Binary110001010010001110010101100111110001010111010101110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6291CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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