Html Css Color HEX #655EDE Slate Blue

📋 copy color: '#655EDE'

red 101 ◦ green 94 ◦ blue 222

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

Shades of Slate Blue #655EDE

Tints of Slate Blue #655EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 53.24%

R = 24.22%
G = 22.54%
B = 53.24%

CMYK

 C value IS 0.55

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#655EDE (or 0x655EDE) is known color: Slate Blue. HEX triplet: 65, 5E and DE. RGB value is (101,94,222). Sum of RGB (Red+Green+Blue) = 101+94+222=417 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.22% from 417); Green value is 94 (37.11% from 255 or 22.54% from 417); Blue value is 222 (87.11% from 255 or 53.24% from 417); Max value from RGB is 222 - color contains mainly: blue. Hex color #655EDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655EDE is #9AA121. Grayscale: #6E6E6E. Windows color (decimal): -10133794 or 14573157. OLE color: 14573157.

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

Color convert

RGB 101 94 222 -
CMYK 0.55 0.58 0 0.13
HSL 243.28º 0.66% 0.62% -
HSV(B) 243.28º 0.58% 0.87% -
XYZ 22.55 16.05 71.02 -
YUV 110.69 190.82 121.09 -
System Red Green Blue C M Y K H S L
Decimal 101 94 222 0.55 0.58 0 0.13 243.28 0.66 0.62
Hex 65 5E DE 37 3A 0 D F3 42 3E
Octal 145 136 336 67 72 0 15 363 102 76
Binary 1100101 1011110 11011110 110111 111010 0 1101 11110011 1000010 111110

Color Harmonies of #655EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655EDE

Black with #655EDE

Text Example


Text Example

White with #655EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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