Html Css Color HEX #6548DD Slate Blue

📋 copy color: '#6548DD'

red 101 ◦ green 72 ◦ blue 221

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

Shades of Slate Blue #6548DD

Tints of Slate Blue #6548DD

RGB

 RED value IS 101 (39.84% from 255) = 25.63%

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

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

R = 25.63%
G = 18.27%
B = 56.09%

CMYK

 C value IS 0.54

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6548DD (or 0x6548DD) is known color: Slate Blue. HEX triplet: 65, 48 and DD. RGB value is (101,72,221). Sum of RGB (Red+Green+Blue) = 101+72+221=394 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.63% from 394); Green value is 72 (28.52% from 255 or 18.27% 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 #6548DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6548DD is #9AB722. Grayscale: #616161. Windows color (decimal): -10139427 or 14501989. OLE color: 14501989.

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

Color convert

RGB 101 72 221 -
CMYK 0.54 0.67 0 0.13
HSL 251.68º 0.69% 0.57% -
HSV(B) 251.68º 0.67% 0.87% -
XYZ 20.74 12.62 69.75 -
YUV 97.66 197.61 130.38 -
System Red Green Blue C M Y K H S L
Decimal 101 72 221 0.54 0.67 0 0.13 251.68 0.69 0.57
Hex 65 48 DD 36 43 0 D FC 45 39
Octal 145 110 335 66 103 0 15 374 105 71
Binary 1100101 1001000 11011101 110110 1000011 0 1101 11111100 1000101 111001

Color Harmonies of #6548DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6548DD

Black with #6548DD

Text Example


Text Example

White with #6548DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,72,221); }

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

background-color css

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

 a { background-color: rgb(101,72,221); }

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

border-color css

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

 span { border-color: rgb(101,72,221); }

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