Html Css Color HEX #654DDF Slate Blue

📋 copy color: '#654DDF'

red 101 ◦ green 77 ◦ blue 223

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

Shades of Slate Blue #654DDF

Tints of Slate Blue #654DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 55.61%

R = 25.19%
G = 19.2%
B = 55.61%

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

#654DDF (or 0x654DDF) is known color: Slate Blue. HEX triplet: 65, 4D and DF. RGB value is (101,77,223). Sum of RGB (Red+Green+Blue) = 101+77+223=401 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.19% from 401); Green value is 77 (30.47% from 255 or 19.20% from 401); Blue value is 223 (87.5% from 255 or 55.61% from 401); Max value from RGB is 223 - color contains mainly: blue. Hex color #654DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #654DDF is #9AB220. Grayscale: #646464. Windows color (decimal): -10138145 or 14634341. OLE color: 14634341.

HSL color Cylindrical-coordinate representation of color #654DDF: hue angle of 249.86º degrees, saturation: 0.7, 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 #654DDF is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 101 77 223 -
CMYK 0.55 0.65 0 0.13
HSL 249.86º 0.7% 0.59% -
HSV(B) 249.86º 0.65% 0.87% -
XYZ 21.34 13.4 71.27 -
YUV 100.82 196.95 128.13 -
System Red Green Blue C M Y K H S L
Decimal 101 77 223 0.55 0.65 0 0.13 249.86 0.7 0.59
Hex 65 4D DF 37 41 0 D FA 46 3B
Octal 145 115 337 67 101 0 15 372 106 73
Binary 1100101 1001101 11011111 110111 1000001 0 1101 11111010 1000110 111011

Color Harmonies of #654DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654DDF

Black with #654DDF

Text Example


Text Example

White with #654DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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