Html Css Color HEX #654DDC Slate Blue

📋 copy color: '#654DDC'

red 101 ◦ green 77 ◦ blue 220

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

Shades of Slate Blue #654DDC

Tints of Slate Blue #654DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 55.28%

R = 25.38%
G = 19.35%
B = 55.28%

CMYK

 C value IS 0.54

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#654DDC (or 0x654DDC) is known color: Slate Blue. HEX triplet: 65, 4D and DC. RGB value is (101,77,220). Sum of RGB (Red+Green+Blue) = 101+77+220=398 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.38% from 398); Green value is 77 (30.47% from 255 or 19.35% from 398); Blue value is 220 (86.33% from 255 or 55.28% from 398); Max value from RGB is 220 - color contains mainly: blue. Hex color #654DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #654DDC is #9AB223. Grayscale: #636363. Windows color (decimal): -10138148 or 14437733. OLE color: 14437733.

HSL color Cylindrical-coordinate representation of color #654DDC: hue angle of 250.07º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #654DDC is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 101 77 220 -
CMYK 0.54 0.65 0 0.14
HSL 250.07º 0.67% 0.58% -
HSV(B) 250.07º 0.65% 0.86% -
XYZ 20.94 13.24 69.16 -
YUV 100.48 195.45 128.37 -
System Red Green Blue C M Y K H S L
Decimal 101 77 220 0.54 0.65 0 0.14 250.07 0.67 0.58
Hex 65 4D DC 36 41 0 E FA 43 3A
Octal 145 115 334 66 101 0 16 372 103 72
Binary 1100101 1001101 11011100 110110 1000001 0 1110 11111010 1000011 111010

Color Harmonies of #654DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654DDC

Black with #654DDC

Text Example


Text Example

White with #654DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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