#70868F

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

Shades of Gothic #70868F

Tints of Gothic #70868F

Color information

#70868F (or 0x70868F) is unknown color: approx Gothic. HEX triplet: 70, 86 and 8F. RGB value is (112,134,143). Sum of RGB (Red+Green+Blue) = 112+134+143=389 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.79% from 389); Green value is 134 (52.73% from 255 or 34.45% from 389); Blue value is 143 (56.25% from 255 or 36.76% from 389); Max value from RGB is 143 - color contains mainly: blue. Hex color #70868F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70868F is #8F7970. Grayscale: #808080. Windows color (decimal): -9402737 or 9406064. OLE color: 9406064.

HSL color Cylindrical-coordinate representation of color #70868F: hue angle of 197.42º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #70868F is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB112134143-
CMYK0.220.0600.44
HSL197.42º12.16%50%-
HSV(B)197.42º21.68%56.08%-
XYZ20.1722.4829.26-
YUV128.45136.21116.27-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.79%
GREEN value IS 134 (52.73% from 255) = 34.45%
BLUE value IS 143 (56.25% from 255) = 36.76%
R=28.79%
G=34.45%
B=36.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1121341430.220.0600.44197.4212.1650
Hex70868F16602Cc5c32
Octal1602062172660543051462
Binary11100001000011010001111101101100101100110001011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70868F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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