Html Css Color HEX #656691 Scampi

📋 copy color: '#656691'

red 101 ◦ green 102 ◦ blue 145

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

Shades of Scampi #656691

Tints of Scampi #656691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 41.67%

R = 29.02%
G = 29.31%
B = 41.67%

CMYK

 C value IS 0.30

 M value IS 0.30

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#656691 (or 0x656691) is known color: Scampi. HEX triplet: 65, 66 and 91. RGB value is (101,102,145). Sum of RGB (Red+Green+Blue) = 101+102+145=348 (46% of max value = 765). Red value is 101 (39.84% from 255 or 29.02% from 348); Green value is 102 (40.23% from 255 or 29.31% from 348); Blue value is 145 (57.03% from 255 or 41.67% from 348); Max value from RGB is 145 - color contains mainly: blue. Hex color #656691 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656691 is #9A996E. Grayscale: #6A6A6A. Windows color (decimal): -10131823 or 9528933. OLE color: 9528933.

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

Color convert

RGB 101 102 145 -
CMYK 0.30 0.30 0 0.43
HSL 238.64º 0.18% 0.48% -
HSV(B) 238.64º 0.3% 0.57% -
XYZ 15.23 14.31 28.75 -
YUV 106.6 149.67 124 -
System Red Green Blue C M Y K H S L
Decimal 101 102 145 0.30 0.30 0 0.43 238.64 0.18 0.48
Hex 65 66 91 1E 1E 0 2B EF 12 30
Octal 145 146 221 36 36 0 53 357 22 60
Binary 1100101 1100110 10010001 11110 11110 0 101011 11101111 10010 110000

Color Harmonies of #656691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656691

Black with #656691

Text Example


Text Example

White with #656691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656691; }

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

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

background-color css

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

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

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

border-color css

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

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

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