Html Css Color HEX #656795 Scampi

📋 copy color: '#656795'

red 101 ◦ green 103 ◦ blue 149

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

Shades of Scampi #656795

Tints of Scampi #656795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 42.21%

R = 28.61%
G = 29.18%
B = 42.21%

CMYK

 C value IS 0.32

 M value IS 0.31

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#656795 (or 0x656795) is known color: Scampi. HEX triplet: 65, 67 and 95. RGB value is (101,103,149). Sum of RGB (Red+Green+Blue) = 101+103+149=353 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.61% from 353); Green value is 103 (40.62% from 255 or 29.18% from 353); Blue value is 149 (58.59% from 255 or 42.21% from 353); Max value from RGB is 149 - color contains mainly: blue. Hex color #656795 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656795 is #9A986A. Grayscale: #6B6B6B. Windows color (decimal): -10131563 or 9791333. OLE color: 9791333.

HSL color Cylindrical-coordinate representation of color #656795: hue angle of 237.5º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #656795 is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 101 103 149 -
CMYK 0.32 0.31 0 0.42
HSL 237.5º 0.19% 0.49% -
HSV(B) 237.5º 0.32% 0.58% -
XYZ 15.64 14.64 30.43 -
YUV 107.65 151.34 123.26 -
System Red Green Blue C M Y K H S L
Decimal 101 103 149 0.32 0.31 0 0.42 237.5 0.19 0.49
Hex 65 67 95 20 1F 0 2A EE 13 31
Octal 145 147 225 40 37 0 52 356 23 61
Binary 1100101 1100111 10010101 100000 11111 0 101010 11101110 10011 110001

Color Harmonies of #656795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656795

Black with #656795

Text Example


Text Example

White with #656795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656795; }

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

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

background-color css

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

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

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

border-color css

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

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

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