Html Css Color HEX #6448CA Slate Blue

📋 copy color: '#6448CA'

red 100 ◦ green 72 ◦ blue 202

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

Shades of Slate Blue #6448CA

Tints of Slate Blue #6448CA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.25%

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

R = 26.74%
G = 19.25%
B = 54.01%

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

#6448CA (or 0x6448CA) is known color: Slate Blue. HEX triplet: 64, 48 and CA. RGB value is (100,72,202). Sum of RGB (Red+Green+Blue) = 100+72+202=374 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.74% from 374); Green value is 72 (28.52% from 255 or 19.25% from 374); Blue value is 202 (79.30% from 255 or 54.01% from 374); Max value from RGB is 202 - color contains mainly: blue. Hex color #6448CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6448CA is #9BB735. Grayscale: #5E5E5E. Windows color (decimal): -10204982 or 13256804. OLE color: 13256804.

HSL color Cylindrical-coordinate representation of color #6448CA: hue angle of 252.92º 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 #6448CA is Cyan = 0.50, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 100 72 202 -
CMYK 0.50 0.64 0 0.21
HSL 252.92º 0.55% 0.54% -
HSV(B) 252.92º 0.64% 0.79% -
XYZ 18.23 11.61 57.16 -
YUV 95.19 188.28 131.43 -
System Red Green Blue C M Y K H S L
Decimal 100 72 202 0.50 0.64 0 0.21 252.92 0.55 0.54
Hex 64 48 CA 32 40 0 15 FD 37 36
Octal 144 110 312 62 100 0 25 375 67 66
Binary 1100100 1001000 11001010 110010 1000000 0 10101 11111101 110111 110110

Color Harmonies of #6448CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6448CA

Black with #6448CA

Text Example


Text Example

White with #6448CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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