Html Css Color HEX #653FDB Slate Blue

📋 copy color: '#653FDB'

red 101 ◦ green 63 ◦ blue 219

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

Shades of Slate Blue #653FDB

Tints of Slate Blue #653FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 57.18%

R = 26.37%
G = 16.45%
B = 57.18%

CMYK

 C value IS 0.54

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#653FDB (or 0x653FDB) is known color: Slate Blue. HEX triplet: 65, 3F and DB. RGB value is (101,63,219). Sum of RGB (Red+Green+Blue) = 101+63+219=383 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.37% from 383); Green value is 63 (25% from 255 or 16.45% from 383); Blue value is 219 (85.94% from 255 or 57.18% from 383); Max value from RGB is 219 - color contains mainly: blue. Hex color #653FDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653FDB is #9AC024. Grayscale: #5B5B5B. Windows color (decimal): -10141733 or 14368613. OLE color: 14368613.

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

Color convert

RGB 101 63 219 -
CMYK 0.54 0.71 0 0.14
HSL 254.62º 0.68% 0.55% -
HSV(B) 254.62º 0.71% 0.86% -
XYZ 19.93 11.44 68.17 -
YUV 92.15 199.59 134.32 -
System Red Green Blue C M Y K H S L
Decimal 101 63 219 0.54 0.71 0 0.14 254.62 0.68 0.55
Hex 65 3F DB 36 47 0 E FF 44 37
Octal 145 77 333 66 107 0 16 377 104 67
Binary 1100101 111111 11011011 110110 1000111 0 1110 11111111 1000100 110111

Color Harmonies of #653FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653FDB

Black with #653FDB

Text Example


Text Example

White with #653FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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