Html Css Color HEX #656391 Scampi

📋 copy color: '#656391'

red 101 ◦ green 99 ◦ blue 145

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

Shades of Scampi #656391

Tints of Scampi #656391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 42.03%

R = 29.28%
G = 28.7%
B = 42.03%

CMYK

 C value IS 0.30

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#656391 (or 0x656391) is known color: Scampi. HEX triplet: 65, 63 and 91. RGB value is (101,99,145). Sum of RGB (Red+Green+Blue) = 101+99+145=345 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.28% from 345); Green value is 99 (39.06% from 255 or 28.70% from 345); Blue value is 145 (57.03% from 255 or 42.03% from 345); Max value from RGB is 145 - color contains mainly: blue. Hex color #656391 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656391 is #9A9C6E. Grayscale: #686868. Windows color (decimal): -10132591 or 9528165. OLE color: 9528165.

HSL color Cylindrical-coordinate representation of color #656391: hue angle of 242.61º 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 #656391 is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 101 99 145 -
CMYK 0.30 0.32 0 0.43
HSL 242.61º 0.19% 0.48% -
HSV(B) 242.61º 0.32% 0.57% -
XYZ 14.94 13.73 28.65 -
YUV 104.84 150.66 125.26 -
System Red Green Blue C M Y K H S L
Decimal 101 99 145 0.30 0.32 0 0.43 242.61 0.19 0.48
Hex 65 63 91 1E 20 0 2B F3 13 30
Octal 145 143 221 36 40 0 53 363 23 60
Binary 1100101 1100011 10010001 11110 100000 0 101011 11110011 10011 110000

Color Harmonies of #656391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656391

Black with #656391

Text Example


Text Example

White with #656391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656391; }

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

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

background-color css

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

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

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

border-color css

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

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

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