Html Css Color HEX #654DC9 Slate Blue

📋 copy color: '#654DC9'

red 101 ◦ green 77 ◦ blue 201

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

Shades of Slate Blue #654DC9

Tints of Slate Blue #654DC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 53.03%

R = 26.65%
G = 20.32%
B = 53.03%

CMYK

 C value IS 0.50

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#654DC9 (or 0x654DC9) is known color: Slate Blue. HEX triplet: 65, 4D and C9. RGB value is (101,77,201). Sum of RGB (Red+Green+Blue) = 101+77+201=379 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.65% from 379); Green value is 77 (30.47% from 255 or 20.32% from 379); Blue value is 201 (78.91% from 255 or 53.03% from 379); Max value from RGB is 201 - color contains mainly: blue. Hex color #654DC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #654DC9 is #9AB236. Grayscale: #616161. Windows color (decimal): -10138167 or 13192549. OLE color: 13192549.

HSL color Cylindrical-coordinate representation of color #654DC9: hue angle of 251.61º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #654DC9 is Cyan = 0.50, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 101 77 201 -
CMYK 0.50 0.62 0 0.21
HSL 251.61º 0.53% 0.55% -
HSV(B) 251.61º 0.62% 0.79% -
XYZ 18.56 12.29 56.65 -
YUV 98.31 185.95 129.92 -
System Red Green Blue C M Y K H S L
Decimal 101 77 201 0.50 0.62 0 0.21 251.61 0.53 0.55
Hex 65 4D C9 32 3E 0 15 FC 35 37
Octal 145 115 311 62 76 0 25 374 65 67
Binary 1100101 1001101 11001001 110010 111110 0 10101 11111100 110101 110111

Color Harmonies of #654DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654DC9

Black with #654DC9

Text Example


Text Example

White with #654DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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