Html Css Color HEX #656790 Scampi

📋 copy color: '#656790'

red 101 ◦ green 103 ◦ blue 144

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

Shades of Scampi #656790

Tints of Scampi #656790

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.6%

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

R = 29.02%
G = 29.6%
B = 41.38%

CMYK

 C value IS 0.30

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#656790 (or 0x656790) is known color: Scampi. HEX triplet: 65, 67 and 90. RGB value is (101,103,144). Sum of RGB (Red+Green+Blue) = 101+103+144=348 (46% of max value = 765). Red value is 101 (39.84% from 255 or 29.02% from 348); Green value is 103 (40.62% from 255 or 29.60% from 348); Blue value is 144 (56.64% from 255 or 41.38% from 348); Max value from RGB is 144 - color contains mainly: blue. Hex color #656790 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656790 is #9A986F. Grayscale: #6A6A6A. Windows color (decimal): -10131568 or 9463653. OLE color: 9463653.

HSL color Cylindrical-coordinate representation of color #656790: hue angle of 237.21º 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 #656790 is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 101 103 144 -
CMYK 0.30 0.28 0 0.44
HSL 237.21º 0.18% 0.48% -
HSV(B) 237.21º 0.3% 0.56% -
XYZ 15.25 14.48 28.38 -
YUV 107.08 148.84 123.67 -
System Red Green Blue C M Y K H S L
Decimal 101 103 144 0.30 0.28 0 0.44 237.21 0.18 0.48
Hex 65 67 90 1E 1C 0 2C ED 12 30
Octal 145 147 220 36 34 0 54 355 22 60
Binary 1100101 1100111 10010000 11110 11100 0 101100 11101101 10010 110000

Color Harmonies of #656790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656790

Black with #656790

Text Example


Text Example

White with #656790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656790; }

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

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

background-color css

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

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

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

border-color css

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

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

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