Html Css Color HEX #653FE0 Slate Blue

📋 copy color: '#653FE0'

red 101 ◦ green 63 ◦ blue 224

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

Shades of Slate Blue #653FE0

Tints of Slate Blue #653FE0

RGB

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

 GREEN value IS 63 (25% from 255) = 16.24%

 BLUE value IS 224 (87.89% from 255) = 57.73%

R = 26.03%
G = 16.24%
B = 57.73%

CMYK

 C value IS 0.55

 M value IS 0.72

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#653FE0 (or 0x653FE0) is known color: Slate Blue. HEX triplet: 65, 3F and E0. RGB value is (101,63,224). Sum of RGB (Red+Green+Blue) = 101+63+224=388 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.03% from 388); Green value is 63 (25% from 255 or 16.24% from 388); Blue value is 224 (87.89% from 255 or 57.73% from 388); Max value from RGB is 224 - color contains mainly: blue. Hex color #653FE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653FE0 is #9AC01F. Grayscale: #5C5C5C. Windows color (decimal): -10141728 or 14696293. OLE color: 14696293.

HSL color Cylindrical-coordinate representation of color #653FE0: hue angle of 254.16º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #653FE0 is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 101 63 224 -
CMYK 0.55 0.72 0 0.12
HSL 254.16º 0.72% 0.56% -
HSV(B) 254.16º 0.72% 0.88% -
XYZ 20.6 11.7 71.69 -
YUV 92.72 202.09 133.91 -
System Red Green Blue C M Y K H S L
Decimal 101 63 224 0.55 0.72 0 0.12 254.16 0.72 0.56
Hex 65 3F E0 37 48 0 C FE 48 38
Octal 145 77 340 67 110 0 14 376 110 70
Binary 1100101 111111 11100000 110111 1001000 0 1100 11111110 1001000 111000

Color Harmonies of #653FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653FE0

Black with #653FE0

Text Example


Text Example

White with #653FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653FE0; }

 p { color: rgb(101,63,224); }

 H1.HeaderClassName
 {
   color: #653FE0;
 }
 .AnyTagClassName
 {
   color: #653FE0;
 }
</style>

background-color css

<style>
 a { background-color: #653FE0; }

 a { background-color: rgb(101,63,224); }

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

border-color css

<style>
 span { border-color: #653FE0; }

 span { border-color: rgb(101,63,224); }

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