Html Css Color HEX #6448DB Slate Blue

📋 copy color: '#6448DB'

red 100 ◦ green 72 ◦ blue 219

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

Shades of Slate Blue #6448DB

Tints of Slate Blue #6448DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 56.01%

R = 25.58%
G = 18.41%
B = 56.01%

CMYK

 C value IS 0.54

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6448DB (or 0x6448DB) is known color: Slate Blue. HEX triplet: 64, 48 and DB. RGB value is (100,72,219). Sum of RGB (Red+Green+Blue) = 100+72+219=391 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.58% from 391); Green value is 72 (28.52% from 255 or 18.41% from 391); Blue value is 219 (85.94% from 255 or 56.01% from 391); Max value from RGB is 219 - color contains mainly: blue. Hex color #6448DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6448DB is #9BB724. Grayscale: #606060. Windows color (decimal): -10204965 or 14370916. OLE color: 14370916.

HSL color Cylindrical-coordinate representation of color #6448DB: hue angle of 251.43º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6448DB is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 100 72 219 -
CMYK 0.54 0.67 0 0.14
HSL 251.43º 0.67% 0.57% -
HSV(B) 251.43º 0.67% 0.86% -
XYZ 20.36 12.46 68.35 -
YUV 97.13 196.78 130.05 -
System Red Green Blue C M Y K H S L
Decimal 100 72 219 0.54 0.67 0 0.14 251.43 0.67 0.57
Hex 64 48 DB 36 43 0 E FB 43 39
Octal 144 110 333 66 103 0 16 373 103 71
Binary 1100100 1001000 11011011 110110 1000011 0 1110 11111011 1000011 111001

Color Harmonies of #6448DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6448DB

Black with #6448DB

Text Example


Text Example

White with #6448DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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