Html Css Color HEX #655BD5 Slate Blue

📋 copy color: '#655BD5'

red 101 ◦ green 91 ◦ blue 213

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

Shades of Slate Blue #655BD5

Tints of Slate Blue #655BD5

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.47%

 BLUE value IS 213 (83.59% from 255) = 52.59%

R = 24.94%
G = 22.47%
B = 52.59%

CMYK

 C value IS 0.53

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#655BD5 (or 0x655BD5) is known color: Slate Blue. HEX triplet: 65, 5B and D5. RGB value is (101,91,213). Sum of RGB (Red+Green+Blue) = 101+91+213=405 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.94% from 405); Green value is 91 (35.94% from 255 or 22.47% from 405); Blue value is 213 (83.59% from 255 or 52.59% from 405); Max value from RGB is 213 - color contains mainly: blue. Hex color #655BD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655BD5 is #9AA42A. Grayscale: #6B6B6B. Windows color (decimal): -10134571 or 13982565. OLE color: 13982565.

HSL color Cylindrical-coordinate representation of color #655BD5: hue angle of 244.92º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #655BD5 is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 101 91 213 -
CMYK 0.53 0.57 0 0.16
HSL 244.92º 0.59% 0.6% -
HSV(B) 244.92º 0.57% 0.84% -
XYZ 21.12 15.05 64.74 -
YUV 107.9 187.31 123.08 -
System Red Green Blue C M Y K H S L
Decimal 101 91 213 0.53 0.57 0 0.16 244.92 0.59 0.6
Hex 65 5B D5 35 39 0 10 F5 3B 3C
Octal 145 133 325 65 71 0 20 365 73 74
Binary 1100101 1011011 11010101 110101 111001 0 10000 11110101 111011 111100

Color Harmonies of #655BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655BD5

Black with #655BD5

Text Example


Text Example

White with #655BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655BD5; }

 p { color: rgb(101,91,213); }

 H1.HeaderClassName
 {
   color: #655BD5;
 }
 .AnyTagClassName
 {
   color: #655BD5;
 }
</style>

background-color css

<style>
 a { background-color: #655BD5; }

 a { background-color: rgb(101,91,213); }

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

border-color css

<style>
 span { border-color: #655BD5; }

 span { border-color: rgb(101,91,213); }

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