Html Css Color HEX #7066A9 Scampi

📋 copy color: '#7066A9'

red 112 ◦ green 102 ◦ blue 169

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

Shades of Scampi #7066A9

Tints of Scampi #7066A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 44.13%

R = 29.24%
G = 26.63%
B = 44.13%

CMYK

 C value IS 0.34

 M value IS 0.40

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#7066A9 (or 0x7066A9) is known color: Scampi. HEX triplet: 70, 66 and A9. RGB value is (112,102,169). Sum of RGB (Red+Green+Blue) = 112+102+169=383 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.24% from 383); Green value is 102 (40.23% from 255 or 26.63% from 383); Blue value is 169 (66.41% from 255 or 44.13% from 383); Max value from RGB is 169 - color contains mainly: blue. Hex color #7066A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7066A9 is #8F9956. Grayscale: #707070. Windows color (decimal): -9410903 or 11101808. OLE color: 11101808.

HSL color Cylindrical-coordinate representation of color #7066A9: hue angle of 248.96º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7066A9 is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 112 102 169 -
CMYK 0.34 0.40 0 0.34
HSL 248.96º 0.28% 0.53% -
HSV(B) 248.96º 0.4% 0.66% -
XYZ 18.59 15.81 39.61 -
YUV 112.63 159.81 127.55 -
System Red Green Blue C M Y K H S L
Decimal 112 102 169 0.34 0.40 0 0.34 248.96 0.28 0.53
Hex 70 66 A9 22 28 0 22 F9 1C 35
Octal 160 146 251 42 50 0 42 371 34 65
Binary 1110000 1100110 10101001 100010 101000 0 100010 11111001 11100 110101

Color Harmonies of #7066A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7066A9

Black with #7066A9

Text Example


Text Example

White with #7066A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7066A9; }

 p { color: rgb(112,102,169); }

 H1.HeaderClassName
 {
   color: #7066A9;
 }
 .AnyTagClassName
 {
   color: #7066A9;
 }
</style>

background-color css

<style>
 a { background-color: #7066A9; }

 a { background-color: rgb(112,102,169); }

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

border-color css

<style>
 span { border-color: #7066A9; }

 span { border-color: rgb(112,102,169); }

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