Html Css Color HEX #706298 Scampi

📋 copy color: '#706298'

red 112 ◦ green 98 ◦ blue 152

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

Shades of Scampi #706298

Tints of Scampi #706298

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 value IS 0.26

 M value IS 0.36

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#706298 (or 0x706298) is known color: 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

RGB 112 98 152 -
CMYK 0.26 0.36 0 0.40
HSL 255.56º 0.22% 0.49% -
HSV(B) 255.56º 0.36% 0.6% -
XYZ 16.72 14.45 31.61 -
YUV 108.34 152.64 130.61 -
System Red Green Blue C M Y K H S L
Decimal 112 98 152 0.26 0.36 0 0.40 255.56 0.22 0.49
Hex 70 62 98 1A 24 0 28 100 16 31
Octal 160 142 230 32 44 0 50 400 26 61
Binary 1110000 1100010 10011000 11010 100100 0 101000 100000000 10110 110001

Color Harmonies of #706298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706298

Black with #706298

Text Example


Text Example

White with #706298

Text Example


Text Example

HTML Codes & Css Web 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>