Html Css Color HEX #654ECD Slate Blue

📋 copy color: '#654ECD'

red 101 ◦ green 78 ◦ blue 205

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

Shades of Slate Blue #654ECD

Tints of Slate Blue #654ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.39%

R = 26.3%
G = 20.31%
B = 53.39%

CMYK

 C value IS 0.51

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#654ECD (or 0x654ECD) is known color: Slate Blue. HEX triplet: 65, 4E and CD. RGB value is (101,78,205). Sum of RGB (Red+Green+Blue) = 101+78+205=384 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.30% from 384); Green value is 78 (30.86% from 255 or 20.31% from 384); Blue value is 205 (80.47% from 255 or 53.39% from 384); Max value from RGB is 205 - color contains mainly: blue. Hex color #654ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #654ECD is #9AB132. Grayscale: #626262. Windows color (decimal): -10137907 or 13454949. OLE color: 13454949.

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

Color convert

RGB 101 78 205 -
CMYK 0.51 0.62 0 0.20
HSL 250.87º 0.56% 0.55% -
HSV(B) 250.87º 0.62% 0.8% -
XYZ 19.11 12.62 59.19 -
YUV 99.36 187.62 129.17 -
System Red Green Blue C M Y K H S L
Decimal 101 78 205 0.51 0.62 0 0.20 250.87 0.56 0.55
Hex 65 4E CD 33 3E 0 14 FB 38 37
Octal 145 116 315 63 76 0 24 373 70 67
Binary 1100101 1001110 11001101 110011 111110 0 10100 11111011 111000 110111

Color Harmonies of #654ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654ECD

Black with #654ECD

Text Example


Text Example

White with #654ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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