Html Css Color HEX #7060AA Scampi

📋 copy color: '#7060AA'

red 112 ◦ green 96 ◦ blue 170

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

Shades of Scampi #7060AA

Tints of Scampi #7060AA

RGB

 RED value IS 112 (44.14% from 255) = 29.63%

 GREEN value IS 96 (37.89% from 255) = 25.4%

 BLUE value IS 170 (66.8% from 255) = 44.97%

R = 29.63%
G = 25.4%
B = 44.97%

CMYK

 C value IS 0.34

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7060AA (or 0x7060AA) is known color: Scampi. HEX triplet: 70, 60 and AA. RGB value is (112,96,170). Sum of RGB (Red+Green+Blue) = 112+96+170=378 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.63% from 378); Green value is 96 (37.89% from 255 or 25.40% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 170 - color contains mainly: blue. Hex color #7060AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7060AA is #8F9F55. Grayscale: #6C6C6C. Windows color (decimal): -9412438 or 11165808. OLE color: 11165808.

HSL color Cylindrical-coordinate representation of color #7060AA: hue angle of 252.97º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7060AA is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 96 170 -
CMYK 0.34 0.44 0 0.33
HSL 252.97º 0.3% 0.52% -
HSV(B) 252.97º 0.44% 0.67% -
XYZ 18.12 14.71 39.92 -
YUV 109.22 162.3 129.98 -
System Red Green Blue C M Y K H S L
Decimal 112 96 170 0.34 0.44 0 0.33 252.97 0.3 0.52
Hex 70 60 AA 22 2C 0 21 FD 1E 34
Octal 160 140 252 42 54 0 41 375 36 64
Binary 1110000 1100000 10101010 100010 101100 0 100001 11111101 11110 110100

Color Harmonies of #7060AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7060AA

Black with #7060AA

Text Example


Text Example

White with #7060AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7060AA; }

 p { color: rgb(112,96,170); }

 H1.HeaderClassName
 {
   color: #7060AA;
 }
 .AnyTagClassName
 {
   color: #7060AA;
 }
</style>

background-color css

<style>
 a { background-color: #7060AA; }

 a { background-color: rgb(112,96,170); }

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

border-color css

<style>
 span { border-color: #7060AA; }

 span { border-color: rgb(112,96,170); }

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