Html Css Color HEX #706698 Scampi

📋 copy color: '#706698'

red 112 ◦ green 102 ◦ blue 152

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

Shades of Scampi #706698

Tints of Scampi #706698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 41.53%

R = 30.6%
G = 27.87%
B = 41.53%

CMYK

 C value IS 0.26

 M value IS 0.33

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#706698 (or 0x706698) is known color: Scampi. HEX triplet: 70, 66 and 98. RGB value is (112,102,152). Sum of RGB (Red+Green+Blue) = 112+102+152=366 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.60% from 366); Green value is 102 (40.23% from 255 or 27.87% from 366); Blue value is 152 (59.77% from 255 or 41.53% from 366); Max value from RGB is 152 - color contains mainly: blue. Hex color #706698 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706698 is #8F9967. Grayscale: #6E6E6E. Windows color (decimal): -9410920 or 9987696. OLE color: 9987696.

HSL color Cylindrical-coordinate representation of color #706698: hue angle of 252º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #706698 is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 112 102 152 -
CMYK 0.26 0.33 0 0.40
HSL 252º 0.2% 0.5% -
HSV(B) 252º 0.33% 0.6% -
XYZ 17.1 15.21 31.74 -
YUV 110.69 151.31 128.93 -
System Red Green Blue C M Y K H S L
Decimal 112 102 152 0.26 0.33 0 0.40 252 0.2 0.5
Hex 70 66 98 1A 21 0 28 FC 14 32
Octal 160 146 230 32 41 0 50 374 24 62
Binary 1110000 1100110 10011000 11010 100001 0 101000 11111100 10100 110010

Color Harmonies of #706698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706698

Black with #706698

Text Example


Text Example

White with #706698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706698; }

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

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

background-color css

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

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

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

border-color css

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

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

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