Html Css Color HEX #656199 Scampi

📋 copy color: '#656199'

red 101 ◦ green 97 ◦ blue 153

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

Shades of Scampi #656199

Tints of Scampi #656199

RGB

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

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

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

R = 28.77%
G = 27.64%
B = 43.59%

CMYK

 C value IS 0.34

 M value IS 0.37

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#656199 (or 0x656199) is known color: Scampi. HEX triplet: 65, 61 and 99. RGB value is (101,97,153). Sum of RGB (Red+Green+Blue) = 101+97+153=351 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.77% from 351); Green value is 97 (38.28% from 255 or 27.64% from 351); Blue value is 153 (60.16% from 255 or 43.59% from 351); Max value from RGB is 153 - color contains mainly: blue. Hex color #656199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656199 is #9A9E66. Grayscale: #686868. Windows color (decimal): -10133095 or 10051941. OLE color: 10051941.

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

Color convert

RGB 101 97 153 -
CMYK 0.34 0.37 0 0.4
HSL 244.29º 0.22% 0.49% -
HSV(B) 244.29º 0.37% 0.6% -
XYZ 15.39 13.62 31.95 -
YUV 104.58 155.33 125.45 -
System Red Green Blue C M Y K H S L
Decimal 101 97 153 0.34 0.37 0 0.4 244.29 0.22 0.49
Hex 65 61 99 22 25 0 28 F4 16 31
Octal 145 141 231 42 45 0 50 364 26 61
Binary 1100101 1100001 10011001 100010 100101 0 101000 11110100 10110 110001

Color Harmonies of #656199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656199

Black with #656199

Text Example


Text Example

White with #656199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656199; }

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

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

background-color css

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

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

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

border-color css

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

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

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