Html Css Color HEX #655EDC Slate Blue

📋 copy color: '#655EDC'

red 101 ◦ green 94 ◦ blue 220

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

Shades of Slate Blue #655EDC

Tints of Slate Blue #655EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 53.01%

R = 24.34%
G = 22.65%
B = 53.01%

CMYK

 C value IS 0.54

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#655EDC (or 0x655EDC) is known color: Slate Blue. HEX triplet: 65, 5E and DC. RGB value is (101,94,220). Sum of RGB (Red+Green+Blue) = 101+94+220=415 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.34% from 415); Green value is 94 (37.11% from 255 or 22.65% from 415); Blue value is 220 (86.33% from 255 or 53.01% from 415); Max value from RGB is 220 - color contains mainly: blue. Hex color #655EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655EDC is #9AA123. Grayscale: #6D6D6D. Windows color (decimal): -10133796 or 14442085. OLE color: 14442085.

HSL color Cylindrical-coordinate representation of color #655EDC: hue angle of 243.33º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #655EDC is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 101 94 220 -
CMYK 0.54 0.57 0 0.14
HSL 243.33º 0.64% 0.62% -
HSV(B) 243.33º 0.57% 0.86% -
XYZ 22.29 15.94 69.61 -
YUV 110.46 189.82 121.25 -
System Red Green Blue C M Y K H S L
Decimal 101 94 220 0.54 0.57 0 0.14 243.33 0.64 0.62
Hex 65 5E DC 36 39 0 E F3 40 3E
Octal 145 136 334 66 71 0 16 363 100 76
Binary 1100101 1011110 11011100 110110 111001 0 1110 11110011 1000000 111110

Color Harmonies of #655EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655EDC

Black with #655EDC

Text Example


Text Example

White with #655EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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