Html Css Color HEX #73689A Scampi

📋 copy color: '#73689A'

red 115 ◦ green 104 ◦ blue 154

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

Shades of Scampi #73689A

Tints of Scampi #73689A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.88%

 BLUE value IS 154 (60.55% from 255) = 41.29%

R = 30.83%
G = 27.88%
B = 41.29%

CMYK

 C value IS 0.25

 M value IS 0.32

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#73689A (or 0x73689A) is known color: Scampi. HEX triplet: 73, 68 and 9A. RGB value is (115,104,154). Sum of RGB (Red+Green+Blue) = 115+104+154=373 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.83% from 373); Green value is 104 (41.02% from 255 or 27.88% from 373); Blue value is 154 (60.55% from 255 or 41.29% from 373); Max value from RGB is 154 - color contains mainly: blue. Hex color #73689A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73689A is #8C9765. Grayscale: #707070. Windows color (decimal): -9213798 or 10119283. OLE color: 10119283.

HSL color Cylindrical-coordinate representation of color #73689A: hue angle of 253.2º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #73689A is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 115 104 154 -
CMYK 0.25 0.32 0 0.40
HSL 253.2º 0.2% 0.51% -
HSV(B) 253.2º 0.32% 0.6% -
XYZ 17.85 15.88 32.7 -
YUV 112.99 151.14 129.43 -
System Red Green Blue C M Y K H S L
Decimal 115 104 154 0.25 0.32 0 0.40 253.2 0.2 0.51
Hex 73 68 9A 19 20 0 28 FD 14 33
Octal 163 150 232 31 40 0 50 375 24 63
Binary 1110011 1101000 10011010 11001 100000 0 101000 11111101 10100 110011

Color Harmonies of #73689A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73689A

Black with #73689A

Text Example


Text Example

White with #73689A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73689A; }

 p { color: rgb(115,104,154); }

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

background-color css

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

 a { background-color: rgb(115,104,154); }

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

border-color css

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

 span { border-color: rgb(115,104,154); }

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