Html Css Color HEX #6449CA Slate Blue

📋 copy color: '#6449CA'

red 100 ◦ green 73 ◦ blue 202

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

Shades of Slate Blue #6449CA

Tints of Slate Blue #6449CA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.47%

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

R = 26.67%
G = 19.47%
B = 53.87%

CMYK

 C value IS 0.50

 M value IS 0.64

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6449CA (or 0x6449CA) is known color: Slate Blue. HEX triplet: 64, 49 and CA. RGB value is (100,73,202). Sum of RGB (Red+Green+Blue) = 100+73+202=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 73 (28.91% from 255 or 19.47% from 375); Blue value is 202 (79.30% from 255 or 53.87% from 375); Max value from RGB is 202 - color contains mainly: blue. Hex color #6449CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6449CA is #9BB635. Grayscale: #5F5F5F. Windows color (decimal): -10204726 or 13257060. OLE color: 13257060.

HSL color Cylindrical-coordinate representation of color #6449CA: hue angle of 252.56º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6449CA is Cyan = 0.50, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 100 73 202 -
CMYK 0.50 0.64 0 0.21
HSL 252.56º 0.55% 0.54% -
HSV(B) 252.56º 0.64% 0.79% -
XYZ 18.3 11.74 57.18 -
YUV 95.78 187.95 131.01 -
System Red Green Blue C M Y K H S L
Decimal 100 73 202 0.50 0.64 0 0.21 252.56 0.55 0.54
Hex 64 49 CA 32 40 0 15 FD 37 36
Octal 144 111 312 62 100 0 25 375 67 66
Binary 1100100 1001001 11001010 110010 1000000 0 10101 11111101 110111 110110

Color Harmonies of #6449CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6449CA

Black with #6449CA

Text Example


Text Example

White with #6449CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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