Html Css Color HEX #656099 Scampi

📋 copy color: '#656099'

red 101 ◦ green 96 ◦ blue 153

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

Shades of Scampi #656099

Tints of Scampi #656099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 43.71%

R = 28.86%
G = 27.43%
B = 43.71%

CMYK

 C value IS 0.34

 M value IS 0.37

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#656099 (or 0x656099) is known color: Scampi. HEX triplet: 65, 60 and 99. RGB value is (101,96,153). Sum of RGB (Red+Green+Blue) = 101+96+153=350 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.86% from 350); Green value is 96 (37.89% from 255 or 27.43% from 350); Blue value is 153 (60.16% from 255 or 43.71% from 350); Max value from RGB is 153 - color contains mainly: blue. Hex color #656099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656099 is #9A9F66. Grayscale: #676767. Windows color (decimal): -10133351 or 10051685. OLE color: 10051685.

HSL color Cylindrical-coordinate representation of color #656099: hue angle of 245.26º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #656099 is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 101 96 153 -
CMYK 0.34 0.37 0 0.4
HSL 245.26º 0.23% 0.49% -
HSV(B) 245.26º 0.37% 0.6% -
XYZ 15.3 13.43 31.92 -
YUV 103.99 155.66 125.87 -
System Red Green Blue C M Y K H S L
Decimal 101 96 153 0.34 0.37 0 0.4 245.26 0.23 0.49
Hex 65 60 99 22 25 0 28 F5 17 31
Octal 145 140 231 42 45 0 50 365 27 61
Binary 1100101 1100000 10011001 100010 100101 0 101000 11110101 10111 110001

Color Harmonies of #656099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656099

Black with #656099

Text Example


Text Example

White with #656099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656099; }

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

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

background-color css

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

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

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

border-color css

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

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

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