Html Css Color HEX #70609F Scampi

📋 copy color: '#70609F'

red 112 ◦ green 96 ◦ blue 159

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

Shades of Scampi #70609F

Tints of Scampi #70609F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.16%

 BLUE value IS 159 (62.5% from 255) = 43.32%

R = 30.52%
G = 26.16%
B = 43.32%

CMYK

 C value IS 0.30

 M value IS 0.40

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#70609F (or 0x70609F) is known color: Scampi. HEX triplet: 70, 60 and 9F. RGB value is (112,96,159). Sum of RGB (Red+Green+Blue) = 112+96+159=367 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.52% from 367); Green value is 96 (37.89% from 255 or 26.16% from 367); Blue value is 159 (62.5% from 255 or 43.32% from 367); Max value from RGB is 159 - color contains mainly: blue. Hex color #70609F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70609F is #8F9F60. Grayscale: #6B6B6B. Windows color (decimal): -9412449 or 10444912. OLE color: 10444912.

HSL color Cylindrical-coordinate representation of color #70609F: hue angle of 255.24º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70609F is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 96 159 -
CMYK 0.30 0.40 0 0.38
HSL 255.24º 0.25% 0.5% -
HSV(B) 255.24º 0.4% 0.62% -
XYZ 17.12 14.31 34.66 -
YUV 107.97 156.8 130.88 -
System Red Green Blue C M Y K H S L
Decimal 112 96 159 0.30 0.40 0 0.38 255.24 0.25 0.5
Hex 70 60 9F 1E 28 0 26 FF 19 32
Octal 160 140 237 36 50 0 46 377 31 62
Binary 1110000 1100000 10011111 11110 101000 0 100110 11111111 11001 110010

Color Harmonies of #70609F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70609F

Black with #70609F

Text Example


Text Example

White with #70609F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70609F; }

 p { color: rgb(112,96,159); }

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

background-color css

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

 a { background-color: rgb(112,96,159); }

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

border-color css

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

 span { border-color: rgb(112,96,159); }

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