Html Css Color HEX #655999 Scampi

📋 copy color: '#655999'

red 101 ◦ green 89 ◦ blue 153

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

Shades of Scampi #655999

Tints of Scampi #655999

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.95%

 BLUE value IS 153 (60.16% from 255) = 44.61%

R = 29.45%
G = 25.95%
B = 44.61%

CMYK

 C value IS 0.34

 M value IS 0.42

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#655999 (or 0x655999) is known color: Scampi. HEX triplet: 65, 59 and 99. RGB value is (101,89,153). Sum of RGB (Red+Green+Blue) = 101+89+153=343 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.45% from 343); Green value is 89 (35.16% from 255 or 25.95% from 343); Blue value is 153 (60.16% from 255 or 44.61% from 343); Max value from RGB is 153 - color contains mainly: blue. Hex color #655999 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655999 is #9AA666. Grayscale: #636363. Windows color (decimal): -10135143 or 10049893. OLE color: 10049893.

HSL color Cylindrical-coordinate representation of color #655999: hue angle of 251.25º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #655999 is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 101 89 153 -
CMYK 0.34 0.42 0 0.4
HSL 251.25º 0.26% 0.47% -
HSV(B) 251.25º 0.42% 0.6% -
XYZ 14.69 12.21 31.72 -
YUV 99.88 157.98 128.8 -
System Red Green Blue C M Y K H S L
Decimal 101 89 153 0.34 0.42 0 0.4 251.25 0.26 0.47
Hex 65 59 99 22 2A 0 28 FB 1A 2F
Octal 145 131 231 42 52 0 50 373 32 57
Binary 1100101 1011001 10011001 100010 101010 0 101000 11111011 11010 101111

Color Harmonies of #655999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655999

Black with #655999

Text Example


Text Example

White with #655999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655999; }

 p { color: rgb(101,89,153); }

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

background-color css

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

 a { background-color: rgb(101,89,153); }

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

border-color css

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

 span { border-color: rgb(101,89,153); }

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