Html Css Color HEX #70649B Scampi

📋 copy color: '#70649B'

red 112 ◦ green 100 ◦ blue 155

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

Shades of Scampi #70649B

Tints of Scampi #70649B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.25%

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

R = 30.52%
G = 27.25%
B = 42.23%

CMYK

 C value IS 0.28

 M value IS 0.35

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#70649B (or 0x70649B) is known color: Scampi. HEX triplet: 70, 64 and 9B. RGB value is (112,100,155). Sum of RGB (Red+Green+Blue) = 112+100+155=367 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.52% from 367); Green value is 100 (39.45% from 255 or 27.25% from 367); Blue value is 155 (60.94% from 255 or 42.23% from 367); Max value from RGB is 155 - color contains mainly: blue. Hex color #70649B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70649B is #8F9B64. Grayscale: #6D6D6D. Windows color (decimal): -9411429 or 10183792. OLE color: 10183792.

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

Color convert

RGB 112 100 155 -
CMYK 0.28 0.35 0 0.39
HSL 253.09º 0.22% 0.5% -
HSV(B) 253.09º 0.35% 0.61% -
XYZ 17.16 14.93 32.99 -
YUV 109.86 153.48 129.53 -
System Red Green Blue C M Y K H S L
Decimal 112 100 155 0.28 0.35 0 0.39 253.09 0.22 0.5
Hex 70 64 9B 1C 23 0 27 FD 16 32
Octal 160 144 233 34 43 0 47 375 26 62
Binary 1110000 1100100 10011011 11100 100011 0 100111 11111101 10110 110010

Color Harmonies of #70649B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70649B

Black with #70649B

Text Example


Text Example

White with #70649B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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