#708691

Color #708691 Gothic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gothic #708691

Tints of Gothic #708691

Color information

#708691 (or 0x708691) is unknown color: approx Gothic. HEX triplet: 70, 86 and 91. RGB value is (112,134,145). Sum of RGB (Red+Green+Blue) = 112+134+145=391 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.64% from 391); Green value is 134 (52.73% from 255 or 34.27% from 391); Blue value is 145 (57.03% from 255 or 37.08% from 391); Max value from RGB is 145 - color contains mainly: blue. Hex color #708691 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708691 is #8F796E. Grayscale: #808080. Windows color (decimal): -9402735 or 9537136. OLE color: 9537136.

HSL color Cylindrical-coordinate representation of color #708691: hue angle of 200º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #708691 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB112134145-
CMYK0.230.0800.43
HSL200º13.04%50.39%-
HSV(B)200º22.76%56.86%-
XYZ20.3222.5430.07-
YUV128.68137.21116.11-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.64%
GREEN value IS 134 (52.73% from 255) = 34.27%
BLUE value IS 145 (57.03% from 255) = 37.08%
R=28.64%
G=34.27%
B=37.08%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1121341450.230.0800.4320013.0450.39
Hex70869117802Bc8d32
Octal16020622127100533101562
Binary111000010000110100100011011110000101011110010001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708691; }

 p { color: rgb(112,134,145); }

 H1.HeaderClassName
 {
   color: #708691;
 }
 .AnyTagClassName
 {
   color: #708691;
 }
</style>
background-color css

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

 a { background-color: rgb(112,134,145); }

 div.DivClassName
 {
   background-color: #708691;
 }
 .BgClassName
 {
   background-color: #708691;
 }
</style>
border-color css

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

 span { border-color: rgb(112,134,145); }

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