Html Css Color HEX #6548CA Slate Blue

📋 copy color: '#6548CA'

red 101 ◦ green 72 ◦ blue 202

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

Shades of Slate Blue #6548CA

Tints of Slate Blue #6548CA

RGB

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

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

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

R = 26.93%
G = 19.2%
B = 53.87%

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

#6548CA (or 0x6548CA) is known color: Slate Blue. HEX triplet: 65, 48 and CA. RGB value is (101,72,202). Sum of RGB (Red+Green+Blue) = 101+72+202=375 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.93% from 375); Green value is 72 (28.52% from 255 or 19.2% from 375); Blue value is 202 (79.30% from 255 or 53.87% from 375); Max value from RGB is 202 - color contains mainly: blue. Hex color #6548CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6548CA is #9AB735. Grayscale: #5F5F5F. Windows color (decimal): -10139446 or 13256805. OLE color: 13256805.

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

Color convert

RGB 101 72 202 -
CMYK 0.50 0.64 0 0.21
HSL 253.38º 0.55% 0.54% -
HSV(B) 253.38º 0.64% 0.79% -
XYZ 18.34 11.67 57.16 -
YUV 95.49 188.11 131.93 -
System Red Green Blue C M Y K H S L
Decimal 101 72 202 0.50 0.64 0 0.21 253.38 0.55 0.54
Hex 65 48 CA 32 40 0 15 FD 37 36
Octal 145 110 312 62 100 0 25 375 67 66
Binary 1100101 1001000 11001010 110010 1000000 0 10101 11111101 110111 110110

Color Harmonies of #6548CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6548CA

Black with #6548CA

Text Example


Text Example

White with #6548CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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