Html Css Color HEX #654DC1 Slate Blue

📋 copy color: '#654DC1'

red 101 ◦ green 77 ◦ blue 193

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

Shades of Slate Blue #654DC1

Tints of Slate Blue #654DC1

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.75%

 BLUE value IS 193 (75.78% from 255) = 52.02%

R = 27.22%
G = 20.75%
B = 52.02%

CMYK

 C value IS 0.48

 M value IS 0.60

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#654DC1 (or 0x654DC1) is known color: Slate Blue. HEX triplet: 65, 4D and C1. RGB value is (101,77,193). Sum of RGB (Red+Green+Blue) = 101+77+193=371 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.22% from 371); Green value is 77 (30.47% from 255 or 20.75% from 371); Blue value is 193 (75.78% from 255 or 52.02% from 371); Max value from RGB is 193 - color contains mainly: blue. Hex color #654DC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #654DC1 is #9AB23E. Grayscale: #606060. Windows color (decimal): -10138175 or 12668261. OLE color: 12668261.

HSL color Cylindrical-coordinate representation of color #654DC1: hue angle of 252.41º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #654DC1 is Cyan = 0.48, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 101 77 193 -
CMYK 0.48 0.60 0 0.24
HSL 252.41º 0.48% 0.53% -
HSV(B) 252.41º 0.6% 0.76% -
XYZ 17.65 11.92 51.82 -
YUV 97.4 181.95 130.57 -
System Red Green Blue C M Y K H S L
Decimal 101 77 193 0.48 0.60 0 0.24 252.41 0.48 0.53
Hex 65 4D C1 30 3C 0 18 FC 30 35
Octal 145 115 301 60 74 0 30 374 60 65
Binary 1100101 1001101 11000001 110000 111100 0 11000 11111100 110000 110101

Color Harmonies of #654DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654DC1

Black with #654DC1

Text Example


Text Example

White with #654DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #654DC1; }

 p { color: rgb(101,77,193); }

 H1.HeaderClassName
 {
   color: #654DC1;
 }
 .AnyTagClassName
 {
   color: #654DC1;
 }
</style>

background-color css

<style>
 a { background-color: #654DC1; }

 a { background-color: rgb(101,77,193); }

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

border-color css

<style>
 span { border-color: #654DC1; }

 span { border-color: rgb(101,77,193); }

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