Html Css Color HEX #656396 Scampi

📋 copy color: '#656396'

red 101 ◦ green 99 ◦ blue 150

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

Shades of Scampi #656396

Tints of Scampi #656396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 42.86%

R = 28.86%
G = 28.29%
B = 42.86%

CMYK

 C value IS 0.33

 M value IS 0.34

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#656396 (or 0x656396) is known color: Scampi. HEX triplet: 65, 63 and 96. RGB value is (101,99,150). Sum of RGB (Red+Green+Blue) = 101+99+150=350 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.86% from 350); Green value is 99 (39.06% from 255 or 28.29% from 350); Blue value is 150 (58.98% from 255 or 42.86% from 350); Max value from RGB is 150 - color contains mainly: blue. Hex color #656396 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656396 is #9A9C69. Grayscale: #696969. Windows color (decimal): -10132586 or 9855845. OLE color: 9855845.

HSL color Cylindrical-coordinate representation of color #656396: hue angle of 242.35º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #656396 is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 101 99 150 -
CMYK 0.33 0.34 0 0.41
HSL 242.35º 0.2% 0.49% -
HSV(B) 242.35º 0.34% 0.59% -
XYZ 15.33 13.89 30.73 -
YUV 105.41 153.16 124.85 -
System Red Green Blue C M Y K H S L
Decimal 101 99 150 0.33 0.34 0 0.41 242.35 0.2 0.49
Hex 65 63 96 21 22 0 29 F2 14 31
Octal 145 143 226 41 42 0 51 362 24 61
Binary 1100101 1100011 10010110 100001 100010 0 101001 11110010 10100 110001

Color Harmonies of #656396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656396

Black with #656396

Text Example


Text Example

White with #656396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656396; }

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

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

background-color css

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

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

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

border-color css

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

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

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