Html Css Color HEX #655C9A Scampi

📋 copy color: '#655C9A'

red 101 ◦ green 92 ◦ blue 154

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

Shades of Scampi #655C9A

Tints of Scampi #655C9A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.51%

 BLUE value IS 154 (60.55% from 255) = 44.38%

R = 29.11%
G = 26.51%
B = 44.38%

CMYK

 C value IS 0.34

 M value IS 0.40

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#655C9A (or 0x655C9A) is known color: Scampi. HEX triplet: 65, 5C and 9A. RGB value is (101,92,154). Sum of RGB (Red+Green+Blue) = 101+92+154=347 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.11% from 347); Green value is 92 (36.33% from 255 or 26.51% from 347); Blue value is 154 (60.55% from 255 or 44.38% from 347); Max value from RGB is 154 - color contains mainly: blue. Hex color #655C9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655C9A is #9AA365. Grayscale: #656565. Windows color (decimal): -10134374 or 10116197. OLE color: 10116197.

HSL color Cylindrical-coordinate representation of color #655C9A: hue angle of 248.71º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #655C9A is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 101 92 154 -
CMYK 0.34 0.40 0 0.40
HSL 248.71º 0.25% 0.48% -
HSV(B) 248.71º 0.4% 0.6% -
XYZ 15.03 12.75 32.24 -
YUV 101.76 157.48 127.46 -
System Red Green Blue C M Y K H S L
Decimal 101 92 154 0.34 0.40 0 0.40 248.71 0.25 0.48
Hex 65 5C 9A 22 28 0 28 F9 19 30
Octal 145 134 232 42 50 0 50 371 31 60
Binary 1100101 1011100 10011010 100010 101000 0 101000 11111001 11001 110000

Color Harmonies of #655C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655C9A

Black with #655C9A

Text Example


Text Example

White with #655C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,92,154); }

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

background-color css

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

 a { background-color: rgb(101,92,154); }

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

border-color css

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

 span { border-color: rgb(101,92,154); }

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