Html Css Color HEX #74689B Scampi

📋 copy color: '#74689B'

red 116 ◦ green 104 ◦ blue 155

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

Shades of Scampi #74689B

Tints of Scampi #74689B

RGB

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

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

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

R = 30.93%
G = 27.73%
B = 41.33%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#74689B (or 0x74689B) is known color: Scampi. HEX triplet: 74, 68 and 9B. RGB value is (116,104,155). Sum of RGB (Red+Green+Blue) = 116+104+155=375 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.93% from 375); Green value is 104 (41.02% from 255 or 27.73% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 155 - color contains mainly: blue. Hex color #74689B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74689B is #8B9764. Grayscale: #717171. Windows color (decimal): -9148261 or 10184820. OLE color: 10184820.

HSL color Cylindrical-coordinate representation of color #74689B: hue angle of 254.12º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #74689B is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 116 104 155 -
CMYK 0.25 0.33 0 0.39
HSL 254.12º 0.2% 0.51% -
HSV(B) 254.12º 0.33% 0.61% -
XYZ 18.07 15.98 33.14 -
YUV 113.4 151.48 129.85 -
System Red Green Blue C M Y K H S L
Decimal 116 104 155 0.25 0.33 0 0.39 254.12 0.2 0.51
Hex 74 68 9B 19 21 0 27 FE 14 33
Octal 164 150 233 31 41 0 47 376 24 63
Binary 1110100 1101000 10011011 11001 100001 0 100111 11111110 10100 110011

Color Harmonies of #74689B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74689B

Black with #74689B

Text Example


Text Example

White with #74689B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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