Html Css Color HEX #706BAE Scampi

📋 copy color: '#706BAE'

red 112 ◦ green 107 ◦ blue 174

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

Shades of Scampi #706BAE

Tints of Scampi #706BAE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.23%

 BLUE value IS 174 (68.36% from 255) = 44.27%

R = 28.5%
G = 27.23%
B = 44.27%

CMYK

 C value IS 0.36

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#706BAE (or 0x706BAE) is known color: Scampi. HEX triplet: 70, 6B and AE. RGB value is (112,107,174). Sum of RGB (Red+Green+Blue) = 112+107+174=393 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.50% from 393); Green value is 107 (42.19% from 255 or 27.23% from 393); Blue value is 174 (68.36% from 255 or 44.27% from 393); Max value from RGB is 174 - color contains mainly: blue. Hex color #706BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706BAE is #8F9451. Grayscale: #737373. Windows color (decimal): -9409618 or 11430768. OLE color: 11430768.

HSL color Cylindrical-coordinate representation of color #706BAE: hue angle of 244.48º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #706BAE is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 112 107 174 -
CMYK 0.36 0.39 0 0.32
HSL 244.48º 0.29% 0.55% -
HSV(B) 244.48º 0.39% 0.68% -
XYZ 19.58 17.02 42.3 -
YUV 116.13 160.66 125.05 -
System Red Green Blue C M Y K H S L
Decimal 112 107 174 0.36 0.39 0 0.32 244.48 0.29 0.55
Hex 70 6B AE 24 27 0 20 F4 1D 37
Octal 160 153 256 44 47 0 40 364 35 67
Binary 1110000 1101011 10101110 100100 100111 0 100000 11110100 11101 110111

Color Harmonies of #706BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706BAE

Black with #706BAE

Text Example


Text Example

White with #706BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,107,174); }

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

background-color css

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

 a { background-color: rgb(112,107,174); }

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

border-color css

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

 span { border-color: rgb(112,107,174); }

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