Html Css Color HEX #656392 Scampi

📋 copy color: '#656392'

red 101 ◦ green 99 ◦ blue 146

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

Shades of Scampi #656392

Tints of Scampi #656392

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.61%

 BLUE value IS 146 (57.42% from 255) = 42.2%

R = 29.19%
G = 28.61%
B = 42.2%

CMYK

 C value IS 0.31

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#656392 (or 0x656392) is known color: Scampi. HEX triplet: 65, 63 and 92. RGB value is (101,99,146). Sum of RGB (Red+Green+Blue) = 101+99+146=346 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.19% from 346); Green value is 99 (39.06% from 255 or 28.61% from 346); Blue value is 146 (57.42% from 255 or 42.20% from 346); Max value from RGB is 146 - color contains mainly: blue. Hex color #656392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656392 is #9A9C6D. Grayscale: #686868. Windows color (decimal): -10132590 or 9593701. OLE color: 9593701.

HSL color Cylindrical-coordinate representation of color #656392: hue angle of 242.55º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #656392 is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 101 99 146 -
CMYK 0.31 0.32 0 0.43
HSL 242.55º 0.19% 0.48% -
HSV(B) 242.55º 0.32% 0.57% -
XYZ 15.02 13.77 29.06 -
YUV 104.96 151.16 125.18 -
System Red Green Blue C M Y K H S L
Decimal 101 99 146 0.31 0.32 0 0.43 242.55 0.19 0.48
Hex 65 63 92 1F 20 0 2B F3 13 30
Octal 145 143 222 37 40 0 53 363 23 60
Binary 1100101 1100011 10010010 11111 100000 0 101011 11110011 10011 110000

Color Harmonies of #656392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656392

Black with #656392

Text Example


Text Example

White with #656392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656392; }

 p { color: rgb(101,99,146); }

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

background-color css

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

 a { background-color: rgb(101,99,146); }

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

border-color css

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

 span { border-color: rgb(101,99,146); }

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