Html Css Color HEX #655E9B Scampi

📋 copy color: '#655E9B'

red 101 ◦ green 94 ◦ blue 155

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

Shades of Scampi #655E9B

Tints of Scampi #655E9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 44.29%

R = 28.86%
G = 26.86%
B = 44.29%

CMYK

 C value IS 0.35

 M value IS 0.39

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#655E9B (or 0x655E9B) is known color: Scampi. HEX triplet: 65, 5E and 9B. RGB value is (101,94,155). Sum of RGB (Red+Green+Blue) = 101+94+155=350 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.86% from 350); Green value is 94 (37.11% from 255 or 26.86% from 350); Blue value is 155 (60.94% from 255 or 44.29% from 350); Max value from RGB is 155 - color contains mainly: blue. Hex color #655E9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655E9B is #9AA164. Grayscale: #666666. Windows color (decimal): -10133861 or 10182245. OLE color: 10182245.

HSL color Cylindrical-coordinate representation of color #655E9B: hue angle of 246.89º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #655E9B is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 101 94 155 -
CMYK 0.35 0.39 0 0.39
HSL 246.89º 0.24% 0.49% -
HSV(B) 246.89º 0.39% 0.61% -
XYZ 15.29 13.14 32.74 -
YUV 103.05 157.32 126.54 -
System Red Green Blue C M Y K H S L
Decimal 101 94 155 0.35 0.39 0 0.39 246.89 0.24 0.49
Hex 65 5E 9B 23 27 0 27 F7 18 31
Octal 145 136 233 43 47 0 47 367 30 61
Binary 1100101 1011110 10011011 100011 100111 0 100111 11110111 11000 110001

Color Harmonies of #655E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655E9B

Black with #655E9B

Text Example


Text Example

White with #655E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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