Html Css Color HEX #706CAC Scampi

📋 copy color: '#706CAC'

red 112 ◦ green 108 ◦ blue 172

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

Shades of Scampi #706CAC

Tints of Scampi #706CAC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.55%

 BLUE value IS 172 (67.58% from 255) = 43.88%

R = 28.57%
G = 27.55%
B = 43.88%

CMYK

 C value IS 0.35

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#706CAC (or 0x706CAC) is known color: Scampi. HEX triplet: 70, 6C and AC. RGB value is (112,108,172). Sum of RGB (Red+Green+Blue) = 112+108+172=392 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.57% from 392); Green value is 108 (42.58% from 255 or 27.55% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 172 - color contains mainly: blue. Hex color #706CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706CAC is #8F9353. Grayscale: #747474. Windows color (decimal): -9409364 or 11299952. OLE color: 11299952.

HSL color Cylindrical-coordinate representation of color #706CAC: hue angle of 243.75º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #706CAC is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 108 172 -
CMYK 0.35 0.37 0 0.33
HSL 243.75º 0.28% 0.55% -
HSV(B) 243.75º 0.37% 0.67% -
XYZ 19.49 17.15 41.31 -
YUV 116.49 159.33 124.8 -
System Red Green Blue C M Y K H S L
Decimal 112 108 172 0.35 0.37 0 0.33 243.75 0.28 0.55
Hex 70 6C AC 23 25 0 21 F4 1C 37
Octal 160 154 254 43 45 0 41 364 34 67
Binary 1110000 1101100 10101100 100011 100101 0 100001 11110100 11100 110111

Color Harmonies of #706CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706CAC

Black with #706CAC

Text Example


Text Example

White with #706CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706CAC; }

 p { color: rgb(112,108,172); }

 H1.HeaderClassName
 {
   color: #706CAC;
 }
 .AnyTagClassName
 {
   color: #706CAC;
 }
</style>

background-color css

<style>
 a { background-color: #706CAC; }

 a { background-color: rgb(112,108,172); }

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

border-color css

<style>
 span { border-color: #706CAC; }

 span { border-color: rgb(112,108,172); }

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