Html Css Color HEX #70609C Scampi

📋 copy color: '#70609C'

red 112 ◦ green 96 ◦ blue 156

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

Shades of Scampi #70609C

Tints of Scampi #70609C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 42.86%

R = 30.77%
G = 26.37%
B = 42.86%

CMYK

 C value IS 0.28

 M value IS 0.38

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#70609C (or 0x70609C) is known color: Scampi. HEX triplet: 70, 60 and 9C. RGB value is (112,96,156). Sum of RGB (Red+Green+Blue) = 112+96+156=364 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.77% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 156 (61.33% from 255 or 42.86% from 364); Max value from RGB is 156 - color contains mainly: blue. Hex color #70609C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70609C is #8F9F63. Grayscale: #6B6B6B. Windows color (decimal): -9412452 or 10248304. OLE color: 10248304.

HSL color Cylindrical-coordinate representation of color #70609C: hue angle of 256º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #70609C is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 112 96 156 -
CMYK 0.28 0.38 0 0.39
HSL 256º 0.24% 0.49% -
HSV(B) 256º 0.38% 0.61% -
XYZ 16.87 14.21 33.31 -
YUV 107.62 155.3 131.12 -
System Red Green Blue C M Y K H S L
Decimal 112 96 156 0.28 0.38 0 0.39 256 0.24 0.49
Hex 70 60 9C 1C 26 0 27 100 18 31
Octal 160 140 234 34 46 0 47 400 30 61
Binary 1110000 1100000 10011100 11100 100110 0 100111 100000000 11000 110001

Color Harmonies of #70609C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70609C

Black with #70609C

Text Example


Text Example

White with #70609C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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