Html Css Color HEX #73669D Scampi

📋 copy color: '#73669D'

red 115 ◦ green 102 ◦ blue 157

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

Shades of Scampi #73669D

Tints of Scampi #73669D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.98%

R = 30.75%
G = 27.27%
B = 41.98%

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

#73669D (or 0x73669D) is known color: Scampi. HEX triplet: 73, 66 and 9D. RGB value is (115,102,157). Sum of RGB (Red+Green+Blue) = 115+102+157=374 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.75% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 157 (61.72% from 255 or 41.98% from 374); Max value from RGB is 157 - color contains mainly: blue. Hex color #73669D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73669D is #8C9962. Grayscale: #6F6F6F. Windows color (decimal): -9214307 or 10315379. OLE color: 10315379.

HSL color Cylindrical-coordinate representation of color #73669D: hue angle of 254.18º 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 #73669D is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 115 102 157 -
CMYK 0.27 0.35 0 0.38
HSL 254.18º 0.22% 0.51% -
HSV(B) 254.18º 0.35% 0.62% -
XYZ 17.91 15.58 33.96 -
YUV 112.16 153.31 130.03 -
System Red Green Blue C M Y K H S L
Decimal 115 102 157 0.27 0.35 0 0.38 254.18 0.22 0.51
Hex 73 66 9D 1B 23 0 26 FE 16 33
Octal 163 146 235 33 43 0 46 376 26 63
Binary 1110011 1100110 10011101 11011 100011 0 100110 11111110 10110 110011

Color Harmonies of #73669D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73669D

Black with #73669D

Text Example


Text Example

White with #73669D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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