#706298

Color #706298 Scampi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scampi #706298

Tints of Scampi #706298

Color information

#706298 (or 0x706298) is unknown color: approx Scampi. HEX triplet: 70, 62 and 98. RGB value is (112,98,152). Sum of RGB (Red+Green+Blue) = 112+98+152=362 (47% of max value = 765). Red value is 112 (44.14% from 255 or 30.94% from 362); Green value is 98 (38.67% from 255 or 27.07% from 362); Blue value is 152 (59.77% from 255 or 41.99% from 362); Max value from RGB is 152 - color contains mainly: blue. Hex color #706298 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706298 is #8F9D67. Grayscale: #6C6C6C. Windows color (decimal): -9411944 or 9986672. OLE color: 9986672.

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

Color convert

RGB11298152-
CMYK0.260.3600.40
HSL255.56º21.6%49.02%-
HSV(B)255.56º35.53%59.61%-
XYZ16.7214.4531.61-
YUV108.34152.64130.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.94%
GREEN value IS 98 (38.67% from 255) = 27.07%
BLUE value IS 152 (59.77% from 255) = 41.99%
R=30.94%
G=27.07%
B=41.99%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal112981520.260.3600.40255.5621.649.02
Hex7062981A240281001631
Octal16014223032440504002661
Binary111000011000101001100011010100100010100010000000010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706298; }

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

 H1.HeaderClassName
 {
   color: #706298;
 }
 .AnyTagClassName
 {
   color: #706298;
 }
</style>
background-color css

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

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

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

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

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

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