#70868D

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

Shades of Gothic #70868D

Tints of Gothic #70868D

Color information

#70868D (or 0x70868D) is unknown color: approx Gothic. HEX triplet: 70, 86 and 8D. RGB value is (112,134,141). Sum of RGB (Red+Green+Blue) = 112+134+141=387 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.94% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 141 (55.47% from 255 or 36.43% from 387); Max value from RGB is 141 - color contains mainly: blue. Hex color #70868D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70868D is #8F7972. Grayscale: #808080. Windows color (decimal): -9402739 or 9274992. OLE color: 9274992.

HSL color Cylindrical-coordinate representation of color #70868D: hue angle of 194.48º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #70868D is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB112134141-
CMYK0.210.0500.45
HSL194.48º11.46%49.61%-
HSV(B)194.48º20.57%55.29%-
XYZ20.0122.4228.47-
YUV128.22135.21116.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.94%
GREEN value IS 134 (52.73% from 255) = 34.63%
BLUE value IS 141 (55.47% from 255) = 36.43%
R=28.94%
G=34.63%
B=36.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1121341410.210.0500.45194.4811.4649.61
Hex70868D15502Dc2b32
Octal1602062152550553021362
Binary11100001000011010001101101011010101101110000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70868D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70868D; }

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

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

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

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

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

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

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

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