Html Css Color HEX #6491CC Danube

📋 copy color: '#6491CC'

red 100 ◦ green 145 ◦ blue 204

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

Shades of Danube #6491CC

Tints of Danube #6491CC

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.29%

 BLUE value IS 204 (80.08% from 255) = 45.43%

R = 22.27%
G = 32.29%
B = 45.43%

CMYK

 C value IS 0.51

 M value IS 0.29

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6491CC (or 0x6491CC) is known color: Danube. HEX triplet: 64, 91 and CC. RGB value is (100,145,204). Sum of RGB (Red+Green+Blue) = 100+145+204=449 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.27% from 449); Green value is 145 (57.03% from 255 or 32.29% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #6491CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6491CC is #9B6E33. Grayscale: #898989. Windows color (decimal): -10186292 or 13406564. OLE color: 13406564.

HSL color Cylindrical-coordinate representation of color #6491CC: hue angle of 214.04º degrees, saturation: 0.5, 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 #6491CC is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 100 145 204 -
CMYK 0.51 0.29 0 0.2
HSL 214.04º 0.5% 0.6% -
HSV(B) 214.04º 0.51% 0.8% -
XYZ 26.28 27.32 61.01 -
YUV 138.27 165.09 100.7 -
System Red Green Blue C M Y K H S L
Decimal 100 145 204 0.51 0.29 0 0.2 214.04 0.5 0.6
Hex 64 91 CC 33 1D 0 14 D6 32 3C
Octal 144 221 314 63 35 0 24 326 62 74
Binary 1100100 10010001 11001100 110011 11101 0 10100 11010110 110010 111100

Color Harmonies of #6491CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6491CC

Black with #6491CC

Text Example


Text Example

White with #6491CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6491CC; }

 p { color: rgb(100,145,204); }

 H1.HeaderClassName
 {
   color: #6491CC;
 }
 .AnyTagClassName
 {
   color: #6491CC;
 }
</style>

background-color css

<style>
 a { background-color: #6491CC; }

 a { background-color: rgb(100,145,204); }

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

border-color css

<style>
 span { border-color: #6491CC; }

 span { border-color: rgb(100,145,204); }

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