Html Css Color HEX #654EDE Slate Blue

📋 copy color: '#654EDE'

red 101 ◦ green 78 ◦ blue 222

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

Shades of Slate Blue #654EDE

Tints of Slate Blue #654EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 55.36%

R = 25.19%
G = 19.45%
B = 55.36%

CMYK

 C value IS 0.55

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#654EDE (or 0x654EDE) is known color: Slate Blue. HEX triplet: 65, 4E and DE. RGB value is (101,78,222). Sum of RGB (Red+Green+Blue) = 101+78+222=401 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.19% from 401); Green value is 78 (30.86% from 255 or 19.45% from 401); Blue value is 222 (87.11% from 255 or 55.36% from 401); Max value from RGB is 222 - color contains mainly: blue. Hex color #654EDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #654EDE is #9AB121. Grayscale: #646464. Windows color (decimal): -10137890 or 14569061. OLE color: 14569061.

HSL color Cylindrical-coordinate representation of color #654EDE: hue angle of 249.58º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #654EDE is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 101 78 222 -
CMYK 0.55 0.65 0 0.13
HSL 249.58º 0.69% 0.59% -
HSV(B) 249.58º 0.65% 0.87% -
XYZ 21.28 13.49 70.59 -
YUV 101.29 196.12 127.79 -
System Red Green Blue C M Y K H S L
Decimal 101 78 222 0.55 0.65 0 0.13 249.58 0.69 0.59
Hex 65 4E DE 37 41 0 D FA 45 3B
Octal 145 116 336 67 101 0 15 372 105 73
Binary 1100101 1001110 11011110 110111 1000001 0 1101 11111010 1000101 111011

Color Harmonies of #654EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654EDE

Black with #654EDE

Text Example


Text Example

White with #654EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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