Html Css Color HEX #656690 Scampi

📋 copy color: '#656690'

red 101 ◦ green 102 ◦ blue 144

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

Shades of Scampi #656690

Tints of Scampi #656690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 41.5%

R = 29.11%
G = 29.39%
B = 41.5%

CMYK

 C value IS 0.30

 M value IS 0.29

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#656690 (or 0x656690) is known color: Scampi. HEX triplet: 65, 66 and 90. RGB value is (101,102,144). Sum of RGB (Red+Green+Blue) = 101+102+144=347 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.11% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 144 (56.64% from 255 or 41.50% from 347); Max value from RGB is 144 - color contains mainly: blue. Hex color #656690 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656690 is #9A996F. Grayscale: #6A6A6A. Windows color (decimal): -10131824 or 9463397. OLE color: 9463397.

HSL color Cylindrical-coordinate representation of color #656690: hue angle of 238.6º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #656690 is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 101 102 144 -
CMYK 0.30 0.29 0 0.44
HSL 238.6º 0.18% 0.48% -
HSV(B) 238.6º 0.3% 0.56% -
XYZ 15.15 14.28 28.34 -
YUV 106.49 149.17 124.08 -
System Red Green Blue C M Y K H S L
Decimal 101 102 144 0.30 0.29 0 0.44 238.6 0.18 0.48
Hex 65 66 90 1E 1D 0 2C EF 12 30
Octal 145 146 220 36 35 0 54 357 22 60
Binary 1100101 1100110 10010000 11110 11101 0 101100 11101111 10010 110000

Color Harmonies of #656690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656690

Black with #656690

Text Example


Text Example

White with #656690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656690; }

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

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

background-color css

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

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

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

border-color css

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

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

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