Html Css Color HEX #654EC9 Slate Blue

📋 copy color: '#654EC9'

red 101 ◦ green 78 ◦ blue 201

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

Shades of Slate Blue #654EC9

Tints of Slate Blue #654EC9

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.53%

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

R = 26.58%
G = 20.53%
B = 52.89%

CMYK

 C value IS 0.50

 M value IS 0.61

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#654EC9 (or 0x654EC9) is known color: Slate Blue. HEX triplet: 65, 4E and C9. RGB value is (101,78,201). Sum of RGB (Red+Green+Blue) = 101+78+201=380 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.58% from 380); Green value is 78 (30.86% from 255 or 20.53% from 380); Blue value is 201 (78.91% from 255 or 52.89% from 380); Max value from RGB is 201 - color contains mainly: blue. Hex color #654EC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #654EC9 is #9AB136. Grayscale: #626262. Windows color (decimal): -10137911 or 13192805. OLE color: 13192805.

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

Color convert

RGB 101 78 201 -
CMYK 0.50 0.61 0 0.21
HSL 251.22º 0.53% 0.55% -
HSV(B) 251.22º 0.61% 0.79% -
XYZ 18.63 12.43 56.68 -
YUV 98.9 185.62 129.5 -
System Red Green Blue C M Y K H S L
Decimal 101 78 201 0.50 0.61 0 0.21 251.22 0.53 0.55
Hex 65 4E C9 32 3D 0 15 FB 35 37
Octal 145 116 311 62 75 0 25 373 65 67
Binary 1100101 1001110 11001001 110010 111101 0 10101 11111011 110101 110111

Color Harmonies of #654EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654EC9

Black with #654EC9

Text Example


Text Example

White with #654EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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