Html Css Color HEX #6549C5 Slate Blue

📋 copy color: '#6549C5'

red 101 ◦ green 73 ◦ blue 197

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

Shades of Slate Blue #6549C5

Tints of Slate Blue #6549C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 53.1%

R = 27.22%
G = 19.68%
B = 53.1%

CMYK

 C value IS 0.49

 M value IS 0.63

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#6549C5 (or 0x6549C5) is known color: Slate Blue. HEX triplet: 65, 49 and C5. RGB value is (101,73,197). Sum of RGB (Red+Green+Blue) = 101+73+197=371 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.22% from 371); Green value is 73 (28.91% from 255 or 19.68% from 371); Blue value is 197 (77.34% from 255 or 53.10% from 371); Max value from RGB is 197 - color contains mainly: blue. Hex color #6549C5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6549C5 is #9AB63A. Grayscale: #5F5F5F. Windows color (decimal): -10139195 or 12929381. OLE color: 12929381.

HSL color Cylindrical-coordinate representation of color #6549C5: hue angle of 253.55º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6549C5 is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 101 73 197 -
CMYK 0.49 0.63 0 0.23
HSL 253.55º 0.52% 0.53% -
HSV(B) 253.55º 0.63% 0.77% -
XYZ 17.83 11.56 54.12 -
YUV 95.51 185.28 131.92 -
System Red Green Blue C M Y K H S L
Decimal 101 73 197 0.49 0.63 0 0.23 253.55 0.52 0.53
Hex 65 49 C5 31 3F 0 17 FE 34 35
Octal 145 111 305 61 77 0 27 376 64 65
Binary 1100101 1001001 11000101 110001 111111 0 10111 11111110 110100 110101

Color Harmonies of #6549C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6549C5

Black with #6549C5

Text Example


Text Example

White with #6549C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6549C5; }

 p { color: rgb(101,73,197); }

 H1.HeaderClassName
 {
   color: #6549C5;
 }
 .AnyTagClassName
 {
   color: #6549C5;
 }
</style>

background-color css

<style>
 a { background-color: #6549C5; }

 a { background-color: rgb(101,73,197); }

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

border-color css

<style>
 span { border-color: #6549C5; }

 span { border-color: rgb(101,73,197); }

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