Html Css Color HEX #656191 Scampi

📋 copy color: '#656191'

red 101 ◦ green 97 ◦ blue 145

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

Shades of Scampi #656191

Tints of Scampi #656191

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.28%

 BLUE value IS 145 (57.03% from 255) = 42.27%

R = 29.45%
G = 28.28%
B = 42.27%

CMYK

 C value IS 0.30

 M value IS 0.33

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#656191 (or 0x656191) is known color: Scampi. HEX triplet: 65, 61 and 91. RGB value is (101,97,145). Sum of RGB (Red+Green+Blue) = 101+97+145=343 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.45% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 145 (57.03% from 255 or 42.27% from 343); Max value from RGB is 145 - color contains mainly: blue. Hex color #656191 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656191 is #9A9E6E. Grayscale: #676767. Windows color (decimal): -10133103 or 9527653. OLE color: 9527653.

HSL color Cylindrical-coordinate representation of color #656191: hue angle of 245º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #656191 is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 101 97 145 -
CMYK 0.30 0.33 0 0.43
HSL 245º 0.2% 0.47% -
HSV(B) 245º 0.33% 0.57% -
XYZ 14.75 13.36 28.59 -
YUV 103.67 151.33 126.1 -
System Red Green Blue C M Y K H S L
Decimal 101 97 145 0.30 0.33 0 0.43 245 0.2 0.47
Hex 65 61 91 1E 21 0 2B F5 14 2F
Octal 145 141 221 36 41 0 53 365 24 57
Binary 1100101 1100001 10010001 11110 100001 0 101011 11110101 10100 101111

Color Harmonies of #656191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656191

Black with #656191

Text Example


Text Example

White with #656191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656191; }

 p { color: rgb(101,97,145); }

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

background-color css

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

 a { background-color: rgb(101,97,145); }

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

border-color css

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

 span { border-color: rgb(101,97,145); }

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