Html Css Color HEX #73669B Scampi

📋 copy color: '#73669B'

red 115 ◦ green 102 ◦ blue 155

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

Shades of Scampi #73669B

Tints of Scampi #73669B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.67%

R = 30.91%
G = 27.42%
B = 41.67%

CMYK

 C value IS 0.26

 M value IS 0.34

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#73669B (or 0x73669B) is known color: Scampi. HEX triplet: 73, 66 and 9B. RGB value is (115,102,155). Sum of RGB (Red+Green+Blue) = 115+102+155=372 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.91% from 372); Green value is 102 (40.23% from 255 or 27.42% from 372); Blue value is 155 (60.94% from 255 or 41.67% from 372); Max value from RGB is 155 - color contains mainly: blue. Hex color #73669B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73669B is #8C9964. Grayscale: #6F6F6F. Windows color (decimal): -9214309 or 10184307. OLE color: 10184307.

HSL color Cylindrical-coordinate representation of color #73669B: hue angle of 254.72º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #73669B is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 115 102 155 -
CMYK 0.26 0.34 0 0.39
HSL 254.72º 0.21% 0.5% -
HSV(B) 254.72º 0.34% 0.61% -
XYZ 17.74 15.51 33.07 -
YUV 111.93 152.31 130.19 -
System Red Green Blue C M Y K H S L
Decimal 115 102 155 0.26 0.34 0 0.39 254.72 0.21 0.5
Hex 73 66 9B 1A 22 0 27 FF 15 32
Octal 163 146 233 32 42 0 47 377 25 62
Binary 1110011 1100110 10011011 11010 100010 0 100111 11111111 10101 110010

Color Harmonies of #73669B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73669B

Black with #73669B

Text Example


Text Example

White with #73669B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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