Html Css Color HEX #656492 Scampi

📋 copy color: '#656492'

red 101 ◦ green 100 ◦ blue 146

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

Shades of Scampi #656492

Tints of Scampi #656492

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.82%

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

R = 29.11%
G = 28.82%
B = 42.07%

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

#656492 (or 0x656492) is known color: Scampi. HEX triplet: 65, 64 and 92. RGB value is (101,100,146). Sum of RGB (Red+Green+Blue) = 101+100+146=347 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.11% from 347); Green value is 100 (39.45% from 255 or 28.82% from 347); Blue value is 146 (57.42% from 255 or 42.07% from 347); Max value from RGB is 146 - color contains mainly: blue. Hex color #656492 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656492 is #9A9B6D. Grayscale: #696969. Windows color (decimal): -10132334 or 9593957. OLE color: 9593957.

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

Color convert

RGB 101 100 146 -
CMYK 0.31 0.32 0 0.43
HSL 241.3º 0.19% 0.48% -
HSV(B) 241.3º 0.32% 0.57% -
XYZ 15.11 13.96 29.09 -
YUV 105.54 150.83 124.76 -
System Red Green Blue C M Y K H S L
Decimal 101 100 146 0.31 0.32 0 0.43 241.3 0.19 0.48
Hex 65 64 92 1F 20 0 2B F1 13 30
Octal 145 144 222 37 40 0 53 361 23 60
Binary 1100101 1100100 10010010 11111 100000 0 101011 11110001 10011 110000

Color Harmonies of #656492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656492

Black with #656492

Text Example


Text Example

White with #656492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656492; }

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

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

background-color css

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

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

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

border-color css

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

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

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