Html Css Color HEX #656094 Scampi

📋 copy color: '#656094'

red 101 ◦ green 96 ◦ blue 148

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

Shades of Scampi #656094

Tints of Scampi #656094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 42.9%

R = 29.28%
G = 27.83%
B = 42.9%

CMYK

 C value IS 0.32

 M value IS 0.35

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#656094 (or 0x656094) is known color: Scampi. HEX triplet: 65, 60 and 94. RGB value is (101,96,148). Sum of RGB (Red+Green+Blue) = 101+96+148=345 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.28% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 148 (58.20% from 255 or 42.90% from 345); Max value from RGB is 148 - color contains mainly: blue. Hex color #656094 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656094 is #9A9F6B. Grayscale: #676767. Windows color (decimal): -10133356 or 9724005. OLE color: 9724005.

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

Color convert

RGB 101 96 148 -
CMYK 0.32 0.35 0 0.42
HSL 245.77º 0.21% 0.48% -
HSV(B) 245.77º 0.35% 0.58% -
XYZ 14.89 13.27 29.79 -
YUV 103.42 153.16 126.27 -
System Red Green Blue C M Y K H S L
Decimal 101 96 148 0.32 0.35 0 0.42 245.77 0.21 0.48
Hex 65 60 94 20 23 0 2A F6 15 30
Octal 145 140 224 40 43 0 52 366 25 60
Binary 1100101 1100000 10010100 100000 100011 0 101010 11110110 10101 110000

Color Harmonies of #656094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656094

Black with #656094

Text Example


Text Example

White with #656094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656094; }

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

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

background-color css

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

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

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

border-color css

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

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

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