Html Css Color HEX #656697 Scampi

📋 copy color: '#656697'

red 101 ◦ green 102 ◦ blue 151

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

Shades of Scampi #656697

Tints of Scampi #656697

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.81%

 BLUE value IS 151 (59.38% from 255) = 42.66%

R = 28.53%
G = 28.81%
B = 42.66%

CMYK

 C value IS 0.33

 M value IS 0.32

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#656697 (or 0x656697) is known color: Scampi. HEX triplet: 65, 66 and 97. RGB value is (101,102,151). Sum of RGB (Red+Green+Blue) = 101+102+151=354 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.53% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 151 (59.38% from 255 or 42.66% from 354); Max value from RGB is 151 - color contains mainly: blue. Hex color #656697 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656697 is #9A9968. Grayscale: #6B6B6B. Windows color (decimal): -10131817 or 9922149. OLE color: 9922149.

HSL color Cylindrical-coordinate representation of color #656697: hue angle of 238.8º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #656697 is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 101 102 151 -
CMYK 0.33 0.32 0 0.41
HSL 238.8º 0.2% 0.49% -
HSV(B) 238.8º 0.33% 0.59% -
XYZ 15.7 14.5 31.25 -
YUV 107.29 152.67 123.52 -
System Red Green Blue C M Y K H S L
Decimal 101 102 151 0.33 0.32 0 0.41 238.8 0.2 0.49
Hex 65 66 97 21 20 0 29 EF 14 31
Octal 145 146 227 41 40 0 51 357 24 61
Binary 1100101 1100110 10010111 100001 100000 0 101001 11101111 10100 110001

Color Harmonies of #656697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656697

Black with #656697

Text Example


Text Example

White with #656697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656697; }

 p { color: rgb(101,102,151); }

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

background-color css

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

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

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

border-color css

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

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

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