Html Css Color HEX #655EE1 Slate Blue

📋 copy color: '#655EE1'

red 101 ◦ green 94 ◦ blue 225

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

Shades of Slate Blue #655EE1

Tints of Slate Blue #655EE1

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.38%

 BLUE value IS 225 (88.28% from 255) = 53.57%

R = 24.05%
G = 22.38%
B = 53.57%

CMYK

 C value IS 0.55

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#655EE1 (or 0x655EE1) is known color: Slate Blue. HEX triplet: 65, 5E and E1. RGB value is (101,94,225). Sum of RGB (Red+Green+Blue) = 101+94+225=420 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.05% from 420); Green value is 94 (37.11% from 255 or 22.38% from 420); Blue value is 225 (88.28% from 255 or 53.57% from 420); Max value from RGB is 225 - color contains mainly: blue. Hex color #655EE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655EE1 is #9AA11E. Grayscale: #6E6E6E. Windows color (decimal): -10133791 or 14769765. OLE color: 14769765.

HSL color Cylindrical-coordinate representation of color #655EE1: hue angle of 243.21º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #655EE1 is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 101 94 225 -
CMYK 0.55 0.58 0 0.12
HSL 243.21º 0.69% 0.63% -
HSV(B) 243.21º 0.58% 0.88% -
XYZ 22.96 16.21 73.15 -
YUV 111.03 192.32 120.85 -
System Red Green Blue C M Y K H S L
Decimal 101 94 225 0.55 0.58 0 0.12 243.21 0.69 0.63
Hex 65 5E E1 37 3A 0 C F3 45 3F
Octal 145 136 341 67 72 0 14 363 105 77
Binary 1100101 1011110 11100001 110111 111010 0 1100 11110011 1000101 111111

Color Harmonies of #655EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655EE1

Black with #655EE1

Text Example


Text Example

White with #655EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,94,225); }

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

background-color css

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

 a { background-color: rgb(101,94,225); }

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

border-color css

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

 span { border-color: rgb(101,94,225); }

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