#709099

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

Shades of Gothic #709099

Tints of Gothic #709099

Color information

#709099 (or 0x709099) is unknown color: approx Gothic. HEX triplet: 70, 90 and 99. RGB value is (112,144,153). Sum of RGB (Red+Green+Blue) = 112+144+153=409 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.38% from 409); Green value is 144 (56.64% from 255 or 35.21% from 409); Blue value is 153 (60.16% from 255 or 37.41% from 409); Max value from RGB is 153 - color contains mainly: blue. Hex color #709099 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709099 is #8F6F66. Grayscale: #878787. Windows color (decimal): -9400167 or 10063984. OLE color: 10063984.

HSL color Cylindrical-coordinate representation of color #709099: hue angle of 193.17º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #709099 is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB112144153-
CMYK0.270.0600.4
HSL193.17º16.73%51.96%-
HSV(B)193.17º26.8%60%-
XYZ22.4125.6933.92-
YUV135.46137.9111.27-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.38%
GREEN value IS 144 (56.64% from 255) = 35.21%
BLUE value IS 153 (60.16% from 255) = 37.41%
R=27.38%
G=35.21%
B=37.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1121441530.270.0600.4193.1716.7351.96
Hex7090991B6028c11134
Octal1602202313360503012164
Binary111000010010000100110011101111001010001100000110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709099; }

 p { color: rgb(112,144,153); }

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

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

 a { background-color: rgb(112,144,153); }

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

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

 span { border-color: rgb(112,144,153); }

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