Html Css Color HEX #655FF6 Medium Slate Blue

📋 copy color: '#655FF6'

red 101 ◦ green 95 ◦ blue 246

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

Shades of Medium Slate Blue #655FF6

Tints of Medium Slate Blue #655FF6

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.49%

 BLUE value IS 246 (96.48% from 255) = 55.66%

R = 22.85%
G = 21.49%
B = 55.66%

CMYK

 C value IS 0.59

 M value IS 0.61

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#655FF6 (or 0x655FF6) is known color: Medium Slate Blue. HEX triplet: 65, 5F and F6. RGB value is (101,95,246). Sum of RGB (Red+Green+Blue) = 101+95+246=442 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.85% from 442); Green value is 95 (37.5% from 255 or 21.49% from 442); Blue value is 246 (96.48% from 255 or 55.66% from 442); Max value from RGB is 246 - color contains mainly: blue. Hex color #655FF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #655FF6 is #9AA009. Grayscale: #717171. Windows color (decimal): -10133514 or 16146277. OLE color: 16146277.

HSL color Cylindrical-coordinate representation of color #655FF6: hue angle of 242.38º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #655FF6 is Cyan = 0.59, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 101 95 246 -
CMYK 0.59 0.61 0 0.04
HSL 242.38º 0.89% 0.67% -
HSV(B) 242.38º 0.61% 0.96% -
XYZ 26.09 17.6 89.21 -
YUV 114.01 202.49 118.72 -
System Red Green Blue C M Y K H S L
Decimal 101 95 246 0.59 0.61 0 0.04 242.38 0.89 0.67
Hex 65 5F F6 3B 3D 0 4 F2 59 43
Octal 145 137 366 73 75 0 4 362 131 103
Binary 1100101 1011111 11110110 111011 111101 0 100 11110010 1011001 1000011

Color Harmonies of #655FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655FF6

Black with #655FF6

Text Example


Text Example

White with #655FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,95,246); }

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

background-color css

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

 a { background-color: rgb(101,95,246); }

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

border-color css

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

 span { border-color: rgb(101,95,246); }

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