Html Css Color HEX #654ECE Slate Blue

📋 copy color: '#654ECE'

red 101 ◦ green 78 ◦ blue 206

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

Shades of Slate Blue #654ECE

Tints of Slate Blue #654ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.51%

R = 26.23%
G = 20.26%
B = 53.51%

CMYK

 C value IS 0.51

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#654ECE (or 0x654ECE) is known color: Slate Blue. HEX triplet: 65, 4E and CE. RGB value is (101,78,206). Sum of RGB (Red+Green+Blue) = 101+78+206=385 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.23% from 385); Green value is 78 (30.86% from 255 or 20.26% from 385); Blue value is 206 (80.86% from 255 or 53.51% from 385); Max value from RGB is 206 - color contains mainly: blue. Hex color #654ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #654ECE is #9AB131. Grayscale: #626262. Windows color (decimal): -10137906 or 13520485. OLE color: 13520485.

HSL color Cylindrical-coordinate representation of color #654ECE: hue angle of 250.78º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #654ECE is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 101 78 206 -
CMYK 0.51 0.62 0 0.19
HSL 250.78º 0.57% 0.56% -
HSV(B) 250.78º 0.62% 0.81% -
XYZ 19.23 12.67 59.82 -
YUV 99.47 188.12 129.09 -
System Red Green Blue C M Y K H S L
Decimal 101 78 206 0.51 0.62 0 0.19 250.78 0.57 0.56
Hex 65 4E CE 33 3E 0 13 FB 39 38
Octal 145 116 316 63 76 0 23 373 71 70
Binary 1100101 1001110 11001110 110011 111110 0 10011 11111011 111001 111000

Color Harmonies of #654ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654ECE

Black with #654ECE

Text Example


Text Example

White with #654ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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