Html Css Color HEX #656590 Scampi

📋 copy color: '#656590'

red 101 ◦ green 101 ◦ blue 144

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

Shades of Scampi #656590

Tints of Scampi #656590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 41.62%

R = 29.19%
G = 29.19%
B = 41.62%

CMYK

 C value IS 0.30

 M value IS 0.30

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#656590 (or 0x656590) is known color: Scampi. HEX triplet: 65, 65 and 90. RGB value is (101,101,144). Sum of RGB (Red+Green+Blue) = 101+101+144=346 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.19% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 144 (56.64% from 255 or 41.62% from 346); Max value from RGB is 144 - color contains mainly: blue. Hex color #656590 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656590 is #9A9A6F. Grayscale: #696969. Windows color (decimal): -10132080 or 9463141. OLE color: 9463141.

HSL color Cylindrical-coordinate representation of color #656590: hue angle of 240º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #656590 is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 101 101 144 -
CMYK 0.30 0.30 0 0.44
HSL 240º 0.18% 0.48% -
HSV(B) 240º 0.3% 0.56% -
XYZ 15.05 14.09 28.31 -
YUV 105.9 149.5 124.5 -
System Red Green Blue C M Y K H S L
Decimal 101 101 144 0.30 0.30 0 0.44 240 0.18 0.48
Hex 65 65 90 1E 1E 0 2C F0 12 30
Octal 145 145 220 36 36 0 54 360 22 60
Binary 1100101 1100101 10010000 11110 11110 0 101100 11110000 10010 110000

Color Harmonies of #656590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656590

Black with #656590

Text Example


Text Example

White with #656590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656590; }

 p { color: rgb(101,101,144); }

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

background-color css

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

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

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

border-color css

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

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

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