Html Css Color HEX #73669E Scampi

📋 copy color: '#73669E'

red 115 ◦ green 102 ◦ blue 158

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

Shades of Scampi #73669E

Tints of Scampi #73669E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 42.13%

R = 30.67%
G = 27.2%
B = 42.13%

CMYK

 C value IS 0.27

 M value IS 0.35

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#73669E (or 0x73669E) is known color: Scampi. HEX triplet: 73, 66 and 9E. RGB value is (115,102,158). Sum of RGB (Red+Green+Blue) = 115+102+158=375 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.67% from 375); Green value is 102 (40.23% from 255 or 27.2% from 375); Blue value is 158 (62.11% from 255 or 42.13% from 375); Max value from RGB is 158 - color contains mainly: blue. Hex color #73669E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73669E is #8C9961. Grayscale: #707070. Windows color (decimal): -9214306 or 10380915. OLE color: 10380915.

HSL color Cylindrical-coordinate representation of color #73669E: hue angle of 253.93º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #73669E is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 115 102 158 -
CMYK 0.27 0.35 0 0.38
HSL 253.93º 0.22% 0.51% -
HSV(B) 253.93º 0.35% 0.62% -
XYZ 17.99 15.62 34.41 -
YUV 112.27 153.81 129.95 -
System Red Green Blue C M Y K H S L
Decimal 115 102 158 0.27 0.35 0 0.38 253.93 0.22 0.51
Hex 73 66 9E 1B 23 0 26 FE 16 33
Octal 163 146 236 33 43 0 46 376 26 63
Binary 1110011 1100110 10011110 11011 100011 0 100110 11111110 10110 110011

Color Harmonies of #73669E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73669E

Black with #73669E

Text Example


Text Example

White with #73669E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73669E; }

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

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

background-color css

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

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

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

border-color css

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

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

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