Html Css Color HEX #655EE0 Slate Blue

📋 copy color: '#655EE0'

red 101 ◦ green 94 ◦ blue 224

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

Shades of Slate Blue #655EE0

Tints of Slate Blue #655EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 53.46%

R = 24.11%
G = 22.43%
B = 53.46%

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

#655EE0 (or 0x655EE0) is known color: Slate Blue. HEX triplet: 65, 5E and E0. RGB value is (101,94,224). Sum of RGB (Red+Green+Blue) = 101+94+224=419 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.11% from 419); Green value is 94 (37.11% from 255 or 22.43% from 419); Blue value is 224 (87.89% from 255 or 53.46% from 419); Max value from RGB is 224 - color contains mainly: blue. Hex color #655EE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655EE0 is #9AA11F. Grayscale: #6E6E6E. Windows color (decimal): -10133792 or 14704229. OLE color: 14704229.

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

Color convert

RGB 101 94 224 -
CMYK 0.55 0.58 0 0.12
HSL 243.23º 0.68% 0.62% -
HSV(B) 243.23º 0.58% 0.88% -
XYZ 22.82 16.15 72.44 -
YUV 110.91 191.82 120.93 -
System Red Green Blue C M Y K H S L
Decimal 101 94 224 0.55 0.58 0 0.12 243.23 0.68 0.62
Hex 65 5E E0 37 3A 0 C F3 44 3E
Octal 145 136 340 67 72 0 14 363 104 76
Binary 1100101 1011110 11100000 110111 111010 0 1100 11110011 1000100 111110

Color Harmonies of #655EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655EE0

Black with #655EE0

Text Example


Text Example

White with #655EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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