Html Css Color HEX #6490CF Danube

📋 copy color: '#6490CF'

red 100 ◦ green 144 ◦ blue 207

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

Shades of Danube #6490CF

Tints of Danube #6490CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.9%

R = 22.17%
G = 31.93%
B = 45.9%

CMYK

 C value IS 0.52

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6490CF (or 0x6490CF) is known color: Danube. HEX triplet: 64, 90 and CF. RGB value is (100,144,207). Sum of RGB (Red+Green+Blue) = 100+144+207=451 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.17% from 451); Green value is 144 (56.64% from 255 or 31.93% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 207 - color contains mainly: blue. Hex color #6490CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6490CF is #9B6F30. Grayscale: #898989. Windows color (decimal): -10186545 or 13602916. OLE color: 13602916.

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

Color convert

RGB 100 144 207 -
CMYK 0.52 0.30 0 0.19
HSL 215.33º 0.53% 0.6% -
HSV(B) 215.33º 0.52% 0.81% -
XYZ 26.49 27.16 62.88 -
YUV 138.03 166.92 100.88 -
System Red Green Blue C M Y K H S L
Decimal 100 144 207 0.52 0.30 0 0.19 215.33 0.53 0.6
Hex 64 90 CF 34 1E 0 13 D7 35 3C
Octal 144 220 317 64 36 0 23 327 65 74
Binary 1100100 10010000 11001111 110100 11110 0 10011 11010111 110101 111100

Color Harmonies of #6490CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6490CF

Black with #6490CF

Text Example


Text Example

White with #6490CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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