Html Css Color HEX #70669F Scampi

📋 copy color: '#70669F'

red 112 ◦ green 102 ◦ blue 159

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

Shades of Scampi #70669F

Tints of Scampi #70669F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.35%

 BLUE value IS 159 (62.5% from 255) = 42.63%

R = 30.03%
G = 27.35%
B = 42.63%

CMYK

 C value IS 0.30

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#70669F (or 0x70669F) is known color: Scampi. HEX triplet: 70, 66 and 9F. RGB value is (112,102,159). Sum of RGB (Red+Green+Blue) = 112+102+159=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 102 (40.23% from 255 or 27.35% from 373); Blue value is 159 (62.5% from 255 or 42.63% from 373); Max value from RGB is 159 - color contains mainly: blue. Hex color #70669F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70669F is #8F9960. Grayscale: #6F6F6F. Windows color (decimal): -9410913 or 10446448. OLE color: 10446448.

HSL color Cylindrical-coordinate representation of color #70669F: hue angle of 250.53º degrees, saturation: 0.23, 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 #70669F is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 102 159 -
CMYK 0.30 0.36 0 0.38
HSL 250.53º 0.23% 0.51% -
HSV(B) 250.53º 0.36% 0.62% -
XYZ 17.69 15.45 34.85 -
YUV 111.49 154.81 128.37 -
System Red Green Blue C M Y K H S L
Decimal 112 102 159 0.30 0.36 0 0.38 250.53 0.23 0.51
Hex 70 66 9F 1E 24 0 26 FB 17 33
Octal 160 146 237 36 44 0 46 373 27 63
Binary 1110000 1100110 10011111 11110 100100 0 100110 11111011 10111 110011

Color Harmonies of #70669F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70669F

Black with #70669F

Text Example


Text Example

White with #70669F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70669F; }

 p { color: rgb(112,102,159); }

 H1.HeaderClassName
 {
   color: #70669F;
 }
 .AnyTagClassName
 {
   color: #70669F;
 }
</style>

background-color css

<style>
 a { background-color: #70669F; }

 a { background-color: rgb(112,102,159); }

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

border-color css

<style>
 span { border-color: #70669F; }

 span { border-color: rgb(112,102,159); }

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