Html Css Color HEX #656095 Scampi

📋 copy color: '#656095'

red 101 ◦ green 96 ◦ blue 149

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

Shades of Scampi #656095

Tints of Scampi #656095

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.75%

 BLUE value IS 149 (58.59% from 255) = 43.06%

R = 29.19%
G = 27.75%
B = 43.06%

CMYK

 C value IS 0.32

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#656095 (or 0x656095) is known color: Scampi. HEX triplet: 65, 60 and 95. RGB value is (101,96,149). Sum of RGB (Red+Green+Blue) = 101+96+149=346 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.19% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 149 (58.59% from 255 or 43.06% from 346); Max value from RGB is 149 - color contains mainly: blue. Hex color #656095 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656095 is #9A9F6A. Grayscale: #676767. Windows color (decimal): -10133355 or 9789541. OLE color: 9789541.

HSL color Cylindrical-coordinate representation of color #656095: hue angle of 245.66º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #656095 is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 101 96 149 -
CMYK 0.32 0.36 0 0.42
HSL 245.66º 0.22% 0.48% -
HSV(B) 245.66º 0.36% 0.58% -
XYZ 14.97 13.3 30.21 -
YUV 103.54 153.66 126.19 -
System Red Green Blue C M Y K H S L
Decimal 101 96 149 0.32 0.36 0 0.42 245.66 0.22 0.48
Hex 65 60 95 20 24 0 2A F6 16 30
Octal 145 140 225 40 44 0 52 366 26 60
Binary 1100101 1100000 10010101 100000 100100 0 101010 11110110 10110 110000

Color Harmonies of #656095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656095

Black with #656095

Text Example


Text Example

White with #656095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656095; }

 p { color: rgb(101,96,149); }

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

background-color css

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

 a { background-color: rgb(101,96,149); }

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

border-color css

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

 span { border-color: rgb(101,96,149); }

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