Html Css Color HEX #654ADC Slate Blue

📋 copy color: '#654ADC'

red 101 ◦ green 74 ◦ blue 220

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

Shades of Slate Blue #654ADC

Tints of Slate Blue #654ADC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.73%

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

R = 25.57%
G = 18.73%
B = 55.7%

CMYK

 C value IS 0.54

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#654ADC (or 0x654ADC) is known color: Slate Blue. HEX triplet: 65, 4A and DC. RGB value is (101,74,220). Sum of RGB (Red+Green+Blue) = 101+74+220=395 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.57% from 395); Green value is 74 (29.30% from 255 or 18.73% from 395); Blue value is 220 (86.33% from 255 or 55.70% from 395); Max value from RGB is 220 - color contains mainly: blue. Hex color #654ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #654ADC is #9AB523. Grayscale: #626262. Windows color (decimal): -10138916 or 14436965. OLE color: 14436965.

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

Color convert

RGB 101 74 220 -
CMYK 0.54 0.66 0 0.14
HSL 251.1º 0.68% 0.58% -
HSV(B) 251.1º 0.66% 0.86% -
XYZ 20.73 12.83 69.09 -
YUV 98.72 196.45 129.63 -
System Red Green Blue C M Y K H S L
Decimal 101 74 220 0.54 0.66 0 0.14 251.1 0.68 0.58
Hex 65 4A DC 36 42 0 E FB 44 3A
Octal 145 112 334 66 102 0 16 373 104 72
Binary 1100101 1001010 11011100 110110 1000010 0 1110 11111011 1000100 111010

Color Harmonies of #654ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654ADC

Black with #654ADC

Text Example


Text Example

White with #654ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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