Html Css Color HEX #653EDF Slate Blue

📋 copy color: '#653EDF'

red 101 ◦ green 62 ◦ blue 223

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

Shades of Slate Blue #653EDF

Tints of Slate Blue #653EDF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.06%

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

R = 26.17%
G = 16.06%
B = 57.77%

CMYK

 C value IS 0.55

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#653EDF (or 0x653EDF) is known color: Slate Blue. HEX triplet: 65, 3E and DF. RGB value is (101,62,223). Sum of RGB (Red+Green+Blue) = 101+62+223=386 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.17% from 386); Green value is 62 (24.61% from 255 or 16.06% from 386); Blue value is 223 (87.5% from 255 or 57.77% from 386); Max value from RGB is 223 - color contains mainly: blue. Hex color #653EDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653EDF is #9AC120. Grayscale: #5B5B5B. Windows color (decimal): -10141985 or 14630501. OLE color: 14630501.

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

Color convert

RGB 101 62 223 -
CMYK 0.55 0.72 0 0.13
HSL 254.53º 0.72% 0.56% -
HSV(B) 254.53º 0.72% 0.87% -
XYZ 20.41 11.54 70.96 -
YUV 92.02 201.92 134.41 -
System Red Green Blue C M Y K H S L
Decimal 101 62 223 0.55 0.72 0 0.13 254.53 0.72 0.56
Hex 65 3E DF 37 48 0 D FF 48 38
Octal 145 76 337 67 110 0 15 377 110 70
Binary 1100101 111110 11011111 110111 1001000 0 1101 11111111 1001000 111000

Color Harmonies of #653EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653EDF

Black with #653EDF

Text Example


Text Example

White with #653EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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