Html Css Color HEX #70679B Scampi

📋 copy color: '#70679B'

red 112 ◦ green 103 ◦ blue 155

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

Shades of Scampi #70679B

Tints of Scampi #70679B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.84%

 BLUE value IS 155 (60.94% from 255) = 41.89%

R = 30.27%
G = 27.84%
B = 41.89%

CMYK

 C value IS 0.28

 M value IS 0.34

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#70679B (or 0x70679B) is known color: Scampi. HEX triplet: 70, 67 and 9B. RGB value is (112,103,155). Sum of RGB (Red+Green+Blue) = 112+103+155=370 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.27% from 370); Green value is 103 (40.62% from 255 or 27.84% from 370); Blue value is 155 (60.94% from 255 or 41.89% from 370); Max value from RGB is 155 - color contains mainly: blue. Hex color #70679B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70679B is #8F9864. Grayscale: #6F6F6F. Windows color (decimal): -9410661 or 10184560. OLE color: 10184560.

HSL color Cylindrical-coordinate representation of color #70679B: hue angle of 250.38º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #70679B is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 112 103 155 -
CMYK 0.28 0.34 0 0.39
HSL 250.38º 0.21% 0.51% -
HSV(B) 250.38º 0.34% 0.61% -
XYZ 17.45 15.51 33.08 -
YUV 111.62 152.48 128.27 -
System Red Green Blue C M Y K H S L
Decimal 112 103 155 0.28 0.34 0 0.39 250.38 0.21 0.51
Hex 70 67 9B 1C 22 0 27 FA 15 33
Octal 160 147 233 34 42 0 47 372 25 63
Binary 1110000 1100111 10011011 11100 100010 0 100111 11111010 10101 110011

Color Harmonies of #70679B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70679B

Black with #70679B

Text Example


Text Example

White with #70679B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70679B; }

 p { color: rgb(112,103,155); }

 H1.HeaderClassName
 {
   color: #70679B;
 }
 .AnyTagClassName
 {
   color: #70679B;
 }
</style>

background-color css

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

 a { background-color: rgb(112,103,155); }

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

border-color css

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

 span { border-color: rgb(112,103,155); }

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