Html Css Color HEX #653EDE Slate Blue

📋 copy color: '#653EDE'

red 101 ◦ green 62 ◦ blue 222

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

Shades of Slate Blue #653EDE

Tints of Slate Blue #653EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 57.66%

R = 26.23%
G = 16.1%
B = 57.66%

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

#653EDE (or 0x653EDE) is known color: Slate Blue. HEX triplet: 65, 3E and DE. RGB value is (101,62,222). Sum of RGB (Red+Green+Blue) = 101+62+222=385 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.23% from 385); Green value is 62 (24.61% from 255 or 16.10% from 385); Blue value is 222 (87.11% from 255 or 57.66% from 385); Max value from RGB is 222 - color contains mainly: blue. Hex color #653EDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653EDE is #9AC121. Grayscale: #5B5B5B. Windows color (decimal): -10141986 or 14564965. OLE color: 14564965.

HSL color Cylindrical-coordinate representation of color #653EDE: hue angle of 254.62º degrees, saturation: 0.71, 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 #653EDE is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 101 62 222 -
CMYK 0.55 0.72 0 0.13
HSL 254.63º 0.71% 0.56% -
HSV(B) 254.63º 0.72% 0.87% -
XYZ 20.27 11.49 70.26 -
YUV 91.9 201.42 134.49 -
System Red Green Blue C M Y K H S L
Decimal 101 62 222 0.55 0.72 0 0.13 254.63 0.71 0.56
Hex 65 3E DE 37 48 0 D FF 47 38
Octal 145 76 336 67 110 0 15 377 107 70
Binary 1100101 111110 11011110 110111 1001000 0 1101 11111111 1000111 111000

Color Harmonies of #653EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653EDE

Black with #653EDE

Text Example


Text Example

White with #653EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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