Html Css Color HEX #70659D Scampi

📋 copy color: '#70659D'

red 112 ◦ green 101 ◦ blue 157

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

Shades of Scampi #70659D

Tints of Scampi #70659D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.3%

 BLUE value IS 157 (61.72% from 255) = 42.43%

R = 30.27%
G = 27.3%
B = 42.43%

CMYK

 C value IS 0.29

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#70659D (or 0x70659D) is known color: Scampi. HEX triplet: 70, 65 and 9D. RGB value is (112,101,157). Sum of RGB (Red+Green+Blue) = 112+101+157=370 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.27% from 370); Green value is 101 (39.84% from 255 or 27.30% from 370); Blue value is 157 (61.72% from 255 or 42.43% from 370); Max value from RGB is 157 - color contains mainly: blue. Hex color #70659D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70659D is #8F9A62. Grayscale: #6E6E6E. Windows color (decimal): -9411171 or 10315120. OLE color: 10315120.

HSL color Cylindrical-coordinate representation of color #70659D: hue angle of 251.79º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #70659D is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 101 157 -
CMYK 0.29 0.36 0 0.38
HSL 251.79º 0.22% 0.51% -
HSV(B) 251.79º 0.36% 0.62% -
XYZ 17.42 15.19 33.91 -
YUV 110.67 154.14 128.95 -
System Red Green Blue C M Y K H S L
Decimal 112 101 157 0.29 0.36 0 0.38 251.79 0.22 0.51
Hex 70 65 9D 1D 24 0 26 FC 16 33
Octal 160 145 235 35 44 0 46 374 26 63
Binary 1110000 1100101 10011101 11101 100100 0 100110 11111100 10110 110011

Color Harmonies of #70659D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70659D

Black with #70659D

Text Example


Text Example

White with #70659D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70659D; }

 p { color: rgb(112,101,157); }

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

background-color css

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

 a { background-color: rgb(112,101,157); }

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

border-color css

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

 span { border-color: rgb(112,101,157); }

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