Html Css Color HEX #736694 Scampi

📋 copy color: '#736694'

red 115 ◦ green 102 ◦ blue 148

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

Shades of Scampi #736694

Tints of Scampi #736694

RGB

 RED value IS 115 (45.31% from 255) = 31.51%

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

 BLUE value IS 148 (58.2% from 255) = 40.55%

R = 31.51%
G = 27.95%
B = 40.55%

CMYK

 C value IS 0.22

 M value IS 0.31

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#736694 (or 0x736694) is known color: Scampi. HEX triplet: 73, 66 and 94. RGB value is (115,102,148). Sum of RGB (Red+Green+Blue) = 115+102+148=365 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.51% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 148 (58.20% from 255 or 40.55% from 365); Max value from RGB is 148 - color contains mainly: blue. Hex color #736694 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736694 is #8C996B. Grayscale: #6E6E6E. Windows color (decimal): -9214316 or 9725555. OLE color: 9725555.

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

Color convert

RGB 115 102 148 -
CMYK 0.22 0.31 0 0.42
HSL 256.96º 0.18% 0.49% -
HSV(B) 256.96º 0.31% 0.58% -
XYZ 17.17 15.29 30.06 -
YUV 111.13 148.81 130.76 -
System Red Green Blue C M Y K H S L
Decimal 115 102 148 0.22 0.31 0 0.42 256.96 0.18 0.49
Hex 73 66 94 16 1F 0 2A 101 12 31
Octal 163 146 224 26 37 0 52 401 22 61
Binary 1110011 1100110 10010100 10110 11111 0 101010 100000001 10010 110001

Color Harmonies of #736694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736694

Black with #736694

Text Example


Text Example

White with #736694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736694; }

 p { color: rgb(115,102,148); }

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

background-color css

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

 a { background-color: rgb(115,102,148); }

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

border-color css

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

 span { border-color: rgb(115,102,148); }

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