Html Css Color HEX #656597 Scampi

📋 copy color: '#656597'

red 101 ◦ green 101 ◦ blue 151

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

Shades of Scampi #656597

Tints of Scampi #656597

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.61%

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

R = 28.61%
G = 28.61%
B = 42.78%

CMYK

 C value IS 0.33

 M value IS 0.33

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#656597 (or 0x656597) is known color: Scampi. HEX triplet: 65, 65 and 97. RGB value is (101,101,151). Sum of RGB (Red+Green+Blue) = 101+101+151=353 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.61% from 353); Green value is 101 (39.84% from 255 or 28.61% from 353); Blue value is 151 (59.38% from 255 or 42.78% from 353); Max value from RGB is 151 - color contains mainly: blue. Hex color #656597 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656597 is #9A9A68. Grayscale: #6A6A6A. Windows color (decimal): -10132073 or 9921893. OLE color: 9921893.

HSL color Cylindrical-coordinate representation of color #656597: hue angle of 240º 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 #656597 is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 101 101 151 -
CMYK 0.33 0.33 0 0.41
HSL 240º 0.2% 0.49% -
HSV(B) 240º 0.33% 0.59% -
XYZ 15.61 14.31 31.22 -
YUV 106.7 153 123.93 -
System Red Green Blue C M Y K H S L
Decimal 101 101 151 0.33 0.33 0 0.41 240 0.2 0.49
Hex 65 65 97 21 21 0 29 F0 14 31
Octal 145 145 227 41 41 0 51 360 24 61
Binary 1100101 1100101 10010111 100001 100001 0 101001 11110000 10100 110001

Color Harmonies of #656597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656597

Black with #656597

Text Example


Text Example

White with #656597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656597; }

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

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

background-color css

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

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

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

border-color css

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

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

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