Html Css Color HEX #6548CD Slate Blue

📋 copy color: '#6548CD'

red 101 ◦ green 72 ◦ blue 205

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

Shades of Slate Blue #6548CD

Tints of Slate Blue #6548CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 54.23%

R = 26.72%
G = 19.05%
B = 54.23%

CMYK

 C value IS 0.51

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6548CD (or 0x6548CD) is known color: Slate Blue. HEX triplet: 65, 48 and CD. RGB value is (101,72,205). Sum of RGB (Red+Green+Blue) = 101+72+205=378 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.72% from 378); Green value is 72 (28.52% from 255 or 19.05% from 378); Blue value is 205 (80.47% from 255 or 54.23% from 378); Max value from RGB is 205 - color contains mainly: blue. Hex color #6548CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6548CD is #9AB732. Grayscale: #5F5F5F. Windows color (decimal): -10139443 or 13453413. OLE color: 13453413.

HSL color Cylindrical-coordinate representation of color #6548CD: hue angle of 253.08º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6548CD is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 101 72 205 -
CMYK 0.51 0.65 0 0.20
HSL 253.08º 0.57% 0.54% -
HSV(B) 253.08º 0.65% 0.8% -
XYZ 18.7 11.81 59.05 -
YUV 95.83 189.61 131.69 -
System Red Green Blue C M Y K H S L
Decimal 101 72 205 0.51 0.65 0 0.20 253.08 0.57 0.54
Hex 65 48 CD 33 41 0 14 FD 39 36
Octal 145 110 315 63 101 0 24 375 71 66
Binary 1100101 1001000 11001101 110011 1000001 0 10100 11111101 111001 110110

Color Harmonies of #6548CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6548CD

Black with #6548CD

Text Example


Text Example

White with #6548CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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