Html Css Color HEX #654FDD Slate Blue

📋 copy color: '#654FDD'

red 101 ◦ green 79 ◦ blue 221

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

Shades of Slate Blue #654FDD

Tints of Slate Blue #654FDD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.7%

 BLUE value IS 221 (86.72% from 255) = 55.11%

R = 25.19%
G = 19.7%
B = 55.11%

CMYK

 C value IS 0.54

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#654FDD (or 0x654FDD) is known color: Slate Blue. HEX triplet: 65, 4F and DD. RGB value is (101,79,221). Sum of RGB (Red+Green+Blue) = 101+79+221=401 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.19% from 401); Green value is 79 (31.25% from 255 or 19.70% from 401); Blue value is 221 (86.72% from 255 or 55.11% from 401); Max value from RGB is 221 - color contains mainly: blue. Hex color #654FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #654FDD is #9AB022. Grayscale: #656565. Windows color (decimal): -10137635 or 14503781. OLE color: 14503781.

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

Color convert

RGB 101 79 221 -
CMYK 0.54 0.64 0 0.13
HSL 249.3º 0.68% 0.59% -
HSV(B) 249.3º 0.64% 0.87% -
XYZ 21.21 13.58 69.91 -
YUV 101.77 195.29 127.45 -
System Red Green Blue C M Y K H S L
Decimal 101 79 221 0.54 0.64 0 0.13 249.3 0.68 0.59
Hex 65 4F DD 36 40 0 D F9 44 3B
Octal 145 117 335 66 100 0 15 371 104 73
Binary 1100101 1001111 11011101 110110 1000000 0 1101 11111001 1000100 111011

Color Harmonies of #654FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654FDD

Black with #654FDD

Text Example


Text Example

White with #654FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,79,221); }

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

background-color css

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

 a { background-color: rgb(101,79,221); }

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

border-color css

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

 span { border-color: rgb(101,79,221); }

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