Html Css Color HEX #6449DD Slate Blue

📋 copy color: '#6449DD'

red 100 ◦ green 73 ◦ blue 221

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

Shades of Slate Blue #6449DD

Tints of Slate Blue #6449DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 56.09%

R = 25.38%
G = 18.53%
B = 56.09%

CMYK

 C value IS 0.55

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6449DD (or 0x6449DD) is known color: Slate Blue. HEX triplet: 64, 49 and DD. RGB value is (100,73,221). Sum of RGB (Red+Green+Blue) = 100+73+221=394 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.38% from 394); Green value is 73 (28.91% from 255 or 18.53% from 394); Blue value is 221 (86.72% from 255 or 56.09% from 394); Max value from RGB is 221 - color contains mainly: blue. Hex color #6449DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6449DD is #9BB622. Grayscale: #616161. Windows color (decimal): -10204707 or 14502244. OLE color: 14502244.

HSL color Cylindrical-coordinate representation of color #6449DD: hue angle of 250.95º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6449DD is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 73 221 -
CMYK 0.55 0.67 0 0.13
HSL 250.95º 0.69% 0.58% -
HSV(B) 250.95º 0.67% 0.87% -
XYZ 20.69 12.69 69.77 -
YUV 97.95 197.45 129.47 -
System Red Green Blue C M Y K H S L
Decimal 100 73 221 0.55 0.67 0 0.13 250.95 0.69 0.58
Hex 64 49 DD 37 43 0 D FB 45 3A
Octal 144 111 335 67 103 0 15 373 105 72
Binary 1100100 1001001 11011101 110111 1000011 0 1101 11111011 1000101 111010

Color Harmonies of #6449DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6449DD

Black with #6449DD

Text Example


Text Example

White with #6449DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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