Html Css Color HEX #70669E Scampi

📋 copy color: '#70669E'

red 112 ◦ green 102 ◦ blue 158

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

Shades of Scampi #70669E

Tints of Scampi #70669E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 42.47%

R = 30.11%
G = 27.42%
B = 42.47%

CMYK

 C value IS 0.29

 M value IS 0.35

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#70669E (or 0x70669E) is known color: Scampi. HEX triplet: 70, 66 and 9E. RGB value is (112,102,158). Sum of RGB (Red+Green+Blue) = 112+102+158=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 102 (40.23% from 255 or 27.42% from 372); Blue value is 158 (62.11% from 255 or 42.47% from 372); Max value from RGB is 158 - color contains mainly: blue. Hex color #70669E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70669E is #8F9961. Grayscale: #6F6F6F. Windows color (decimal): -9410914 or 10380912. OLE color: 10380912.

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

Color convert

RGB 112 102 158 -
CMYK 0.29 0.35 0 0.38
HSL 250.71º 0.22% 0.51% -
HSV(B) 250.71º 0.35% 0.62% -
XYZ 17.61 15.42 34.4 -
YUV 111.37 154.31 128.45 -
System Red Green Blue C M Y K H S L
Decimal 112 102 158 0.29 0.35 0 0.38 250.71 0.22 0.51
Hex 70 66 9E 1D 23 0 26 FB 16 33
Octal 160 146 236 35 43 0 46 373 26 63
Binary 1110000 1100110 10011110 11101 100011 0 100110 11111011 10110 110011

Color Harmonies of #70669E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70669E

Black with #70669E

Text Example


Text Example

White with #70669E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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