Html Css Color HEX #6490CD Danube

📋 copy color: '#6490CD'

red 100 ◦ green 144 ◦ blue 205

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

Shades of Danube #6490CD

Tints of Danube #6490CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.66%

R = 22.27%
G = 32.07%
B = 45.66%

CMYK

 C value IS 0.51

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6490CD (or 0x6490CD) is known color: Danube. HEX triplet: 64, 90 and CD. RGB value is (100,144,205). Sum of RGB (Red+Green+Blue) = 100+144+205=449 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.27% from 449); Green value is 144 (56.64% from 255 or 32.07% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 205 - color contains mainly: blue. Hex color #6490CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6490CD is #9B6F32. Grayscale: #898989. Windows color (decimal): -10186547 or 13471844. OLE color: 13471844.

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

Color convert

RGB 100 144 205 -
CMYK 0.51 0.30 0 0.20
HSL 214.86º 0.51% 0.6% -
HSV(B) 214.86º 0.51% 0.8% -
XYZ 26.25 27.06 61.6 -
YUV 137.8 165.92 101.04 -
System Red Green Blue C M Y K H S L
Decimal 100 144 205 0.51 0.30 0 0.20 214.86 0.51 0.6
Hex 64 90 CD 33 1E 0 14 D7 33 3C
Octal 144 220 315 63 36 0 24 327 63 74
Binary 1100100 10010000 11001101 110011 11110 0 10100 11010111 110011 111100

Color Harmonies of #6490CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6490CD

Black with #6490CD

Text Example


Text Example

White with #6490CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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