Html Css Color HEX #6490CA Danube

📋 copy color: '#6490CA'

red 100 ◦ green 144 ◦ blue 202

#6490CA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Danube #6490CA

Tints of Danube #6490CA

RGB

 RED value IS 100 (39.45% from 255) = 22.42%

 GREEN value IS 144 (56.64% from 255) = 32.29%

 BLUE value IS 202 (79.3% from 255) = 45.29%

R = 22.42%
G = 32.29%
B = 45.29%

CMYK

 C value IS 0.50

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6490CA (or 0x6490CA) is known color: Danube. HEX triplet: 64, 90 and CA. RGB value is (100,144,202). Sum of RGB (Red+Green+Blue) = 100+144+202=446 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.42% from 446); Green value is 144 (56.64% from 255 or 32.29% from 446); Blue value is 202 (79.30% from 255 or 45.29% from 446); Max value from RGB is 202 - color contains mainly: blue. Hex color #6490CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6490CA is #9B6F35. Grayscale: #898989. Windows color (decimal): -10186550 or 13275236. OLE color: 13275236.

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

Color convert

RGB 100 144 202 -
CMYK 0.50 0.29 0 0.21
HSL 214.12º 0.49% 0.59% -
HSV(B) 214.12º 0.5% 0.79% -
XYZ 25.89 26.92 59.71 -
YUV 137.46 164.42 101.28 -
System Red Green Blue C M Y K H S L
Decimal 100 144 202 0.50 0.29 0 0.21 214.12 0.49 0.59
Hex 64 90 CA 32 1D 0 15 D6 31 3B
Octal 144 220 312 62 35 0 25 326 61 73
Binary 1100100 10010000 11001010 110010 11101 0 10101 11010110 110001 111011

Color Harmonies of #6490CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6490CA

Black with #6490CA

Text Example


Text Example

White with #6490CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6490CA;
 }
 .AnyTagClassName
 {
   color: #6490CA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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