Html Css Color HEX #70639B Scampi

📋 copy color: '#70639B'

red 112 ◦ green 99 ◦ blue 155

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

Shades of Scampi #70639B

Tints of Scampi #70639B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.05%

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

R = 30.6%
G = 27.05%
B = 42.35%

CMYK

 C value IS 0.28

 M value IS 0.36

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#70639B (or 0x70639B) is known color: Scampi. HEX triplet: 70, 63 and 9B. RGB value is (112,99,155). Sum of RGB (Red+Green+Blue) = 112+99+155=366 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.60% from 366); Green value is 99 (39.06% from 255 or 27.05% from 366); Blue value is 155 (60.94% from 255 or 42.35% from 366); Max value from RGB is 155 - color contains mainly: blue. Hex color #70639B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70639B is #8F9C64. Grayscale: #6D6D6D. Windows color (decimal): -9411685 or 10183536. OLE color: 10183536.

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

Color convert

RGB 112 99 155 -
CMYK 0.28 0.36 0 0.39
HSL 253.93º 0.22% 0.5% -
HSV(B) 253.93º 0.36% 0.61% -
XYZ 17.06 14.73 32.96 -
YUV 109.27 153.81 129.95 -
System Red Green Blue C M Y K H S L
Decimal 112 99 155 0.28 0.36 0 0.39 253.93 0.22 0.5
Hex 70 63 9B 1C 24 0 27 FE 16 32
Octal 160 143 233 34 44 0 47 376 26 62
Binary 1110000 1100011 10011011 11100 100100 0 100111 11111110 10110 110010

Color Harmonies of #70639B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70639B

Black with #70639B

Text Example


Text Example

White with #70639B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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