#6390CA

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

Shades of Danube #6390CA

Tints of Danube #6390CA

Color information

#6390CA (or 0x6390CA) is unknown color: approx Danube. HEX triplet: 63, 90 and CA. RGB value is (99,144,202). Sum of RGB (Red+Green+Blue) = 99+144+202=445 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.25% from 445); Green value is 144 (56.64% from 255 or 32.36% 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 #6390CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6390CA is #9C6F35. Grayscale: #888888. Windows color (decimal): -10252086 or 13275235. OLE color: 13275235.

HSL color Cylindrical-coordinate representation of color #6390CA: hue angle of 213.79º degrees, saturation: 0.49, 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 #6390CA is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB99144202-
CMYK0.510.2900.21
HSL213.79º49.28%59.02%-
HSV(B)213.79º50.99%79.22%-
XYZ25.7826.8659.7-
YUV137.16164.59100.78-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.25%
GREEN value IS 144 (56.64% from 255) = 32.36%
BLUE value IS 202 (79.30% from 255) = 45.39%
R=22.25%
G=32.36%
B=45.39%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal991442020.510.2900.21213.7949.2859.02
Hex6390CA331D015d6313b
Octal14322031263350253266173
Binary110001110010000110010101100111110101010111010110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6390CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,144,202); }

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

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

 a { background-color: rgb(99,144,202); }

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

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

 span { border-color: rgb(99,144,202); }

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