Html Css Color HEX #653DDF Slate Blue

📋 copy color: '#653DDF'

red 101 ◦ green 61 ◦ blue 223

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

Shades of Slate Blue #653DDF

Tints of Slate Blue #653DDF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.84%

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

R = 26.23%
G = 15.84%
B = 57.92%

CMYK

 C value IS 0.55

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#653DDF (or 0x653DDF) is known color: Slate Blue. HEX triplet: 65, 3D and DF. RGB value is (101,61,223). Sum of RGB (Red+Green+Blue) = 101+61+223=385 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.23% from 385); Green value is 61 (24.22% from 255 or 15.84% from 385); Blue value is 223 (87.5% from 255 or 57.92% from 385); Max value from RGB is 223 - color contains mainly: blue. Hex color #653DDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653DDF is #9AC220. Grayscale: #5A5A5A. Windows color (decimal): -10142241 or 14630245. OLE color: 14630245.

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

Color convert

RGB 101 61 223 -
CMYK 0.55 0.73 0 0.13
HSL 254.81º 0.72% 0.56% -
HSV(B) 254.81º 0.73% 0.87% -
XYZ 20.35 11.43 70.95 -
YUV 91.43 202.25 134.83 -
System Red Green Blue C M Y K H S L
Decimal 101 61 223 0.55 0.73 0 0.13 254.81 0.72 0.56
Hex 65 3D DF 37 49 0 D FF 48 38
Octal 145 75 337 67 111 0 15 377 110 70
Binary 1100101 111101 11011111 110111 1001001 0 1101 11111111 1001000 111000

Color Harmonies of #653DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653DDF

Black with #653DDF

Text Example


Text Example

White with #653DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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