Html Css Color HEX #6490CE Danube

📋 copy color: '#6490CE'

red 100 ◦ green 144 ◦ blue 206

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

Shades of Danube #6490CE

Tints of Danube #6490CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.78%

R = 22.22%
G = 32%
B = 45.78%

CMYK

 C value IS 0.51

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6490CE (or 0x6490CE) is known color: Danube. HEX triplet: 64, 90 and CE. RGB value is (100,144,206). Sum of RGB (Red+Green+Blue) = 100+144+206=450 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.22% from 450); Green value is 144 (56.64% from 255 or 32% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 206 - color contains mainly: blue. Hex color #6490CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6490CE is #9B6F31. Grayscale: #898989. Windows color (decimal): -10186546 or 13537380. OLE color: 13537380.

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

Color convert

RGB 100 144 206 -
CMYK 0.51 0.30 0 0.19
HSL 215.09º 0.52% 0.6% -
HSV(B) 215.09º 0.51% 0.81% -
XYZ 26.37 27.11 62.24 -
YUV 137.91 166.42 100.96 -
System Red Green Blue C M Y K H S L
Decimal 100 144 206 0.51 0.30 0 0.19 215.09 0.52 0.6
Hex 64 90 CE 33 1E 0 13 D7 34 3C
Octal 144 220 316 63 36 0 23 327 64 74
Binary 1100100 10010000 11001110 110011 11110 0 10011 11010111 110100 111100

Color Harmonies of #6490CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6490CE

Black with #6490CE

Text Example


Text Example

White with #6490CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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