Html Css Color HEX #74689F Scampi

📋 copy color: '#74689F'

red 116 ◦ green 104 ◦ blue 159

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

Shades of Scampi #74689F

Tints of Scampi #74689F

RGB

 RED value IS 116 (45.7% from 255) = 30.61%

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

 BLUE value IS 159 (62.5% from 255) = 41.95%

R = 30.61%
G = 27.44%
B = 41.95%

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

#74689F (or 0x74689F) is known color: Scampi. HEX triplet: 74, 68 and 9F. RGB value is (116,104,159). Sum of RGB (Red+Green+Blue) = 116+104+159=379 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.61% from 379); Green value is 104 (41.02% from 255 or 27.44% from 379); Blue value is 159 (62.5% from 255 or 41.95% from 379); Max value from RGB is 159 - color contains mainly: blue. Hex color #74689F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74689F is #8B9760. Grayscale: #717171. Windows color (decimal): -9148257 or 10446964. OLE color: 10446964.

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

Color convert

RGB 116 104 159 -
CMYK 0.27 0.35 0 0.38
HSL 253.09º 0.22% 0.52% -
HSV(B) 253.09º 0.35% 0.62% -
XYZ 18.41 16.12 34.94 -
YUV 113.86 153.48 129.53 -
System Red Green Blue C M Y K H S L
Decimal 116 104 159 0.27 0.35 0 0.38 253.09 0.22 0.52
Hex 74 68 9F 1B 23 0 26 FD 16 34
Octal 164 150 237 33 43 0 46 375 26 64
Binary 1110100 1101000 10011111 11011 100011 0 100110 11111101 10110 110100

Color Harmonies of #74689F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74689F

Black with #74689F

Text Example


Text Example

White with #74689F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74689F; }

 p { color: rgb(116,104,159); }

 H1.HeaderClassName
 {
   color: #74689F;
 }
 .AnyTagClassName
 {
   color: #74689F;
 }
</style>

background-color css

<style>
 a { background-color: #74689F; }

 a { background-color: rgb(116,104,159); }

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

border-color css

<style>
 span { border-color: #74689F; }

 span { border-color: rgb(116,104,159); }

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