Html Css Color HEX #736693 Scampi

📋 copy color: '#736693'

red 115 ◦ green 102 ◦ blue 147

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

Shades of Scampi #736693

Tints of Scampi #736693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 40.38%

R = 31.59%
G = 28.02%
B = 40.38%

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

#736693 (or 0x736693) is known color: Scampi. HEX triplet: 73, 66 and 93. RGB value is (115,102,147). Sum of RGB (Red+Green+Blue) = 115+102+147=364 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.59% from 364); Green value is 102 (40.23% from 255 or 28.02% from 364); Blue value is 147 (57.81% from 255 or 40.38% from 364); Max value from RGB is 147 - color contains mainly: blue. Hex color #736693 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736693 is #8C996C. Grayscale: #6E6E6E. Windows color (decimal): -9214317 or 9660019. OLE color: 9660019.

HSL color Cylindrical-coordinate representation of color #736693: hue angle of 257.33º 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 #736693 is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 115 102 147 -
CMYK 0.22 0.31 0 0.42
HSL 257.33º 0.18% 0.49% -
HSV(B) 257.33º 0.31% 0.58% -
XYZ 17.09 15.25 29.65 -
YUV 111.02 148.31 130.84 -
System Red Green Blue C M Y K H S L
Decimal 115 102 147 0.22 0.31 0 0.42 257.33 0.18 0.49
Hex 73 66 93 16 1F 0 2A 101 12 31
Octal 163 146 223 26 37 0 52 401 22 61
Binary 1110011 1100110 10010011 10110 11111 0 101010 100000001 10010 110001

Color Harmonies of #736693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736693

Black with #736693

Text Example


Text Example

White with #736693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736693; }

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

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

background-color css

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

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

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

border-color css

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

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

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