Html Css Color HEX #73669C Scampi

📋 copy color: '#73669C'

red 115 ◦ green 102 ◦ blue 156

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

Shades of Scampi #73669C

Tints of Scampi #73669C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 41.82%

R = 30.83%
G = 27.35%
B = 41.82%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#73669C (or 0x73669C) is known color: Scampi. HEX triplet: 73, 66 and 9C. RGB value is (115,102,156). Sum of RGB (Red+Green+Blue) = 115+102+156=373 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.83% from 373); Green value is 102 (40.23% from 255 or 27.35% from 373); Blue value is 156 (61.33% from 255 or 41.82% from 373); Max value from RGB is 156 - color contains mainly: blue. Hex color #73669C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73669C is #8C9963. Grayscale: #6F6F6F. Windows color (decimal): -9214308 or 10249843. OLE color: 10249843.

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

Color convert

RGB 115 102 156 -
CMYK 0.26 0.35 0 0.39
HSL 254.44º 0.21% 0.51% -
HSV(B) 254.44º 0.35% 0.61% -
XYZ 17.82 15.55 33.51 -
YUV 112.04 152.81 130.11 -
System Red Green Blue C M Y K H S L
Decimal 115 102 156 0.26 0.35 0 0.39 254.44 0.21 0.51
Hex 73 66 9C 1A 23 0 27 FE 15 33
Octal 163 146 234 32 43 0 47 376 25 63
Binary 1110011 1100110 10011100 11010 100011 0 100111 11111110 10101 110011

Color Harmonies of #73669C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73669C

Black with #73669C

Text Example


Text Example

White with #73669C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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