Html Css Color HEX #709099 Gothic

📋 copy color: '#709099'

red 112 ◦ green 144 ◦ blue 153

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

Shades of Gothic #709099

Tints of Gothic #709099

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 value IS 0.27

 M value IS 0.06

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#709099 (or 0x709099) is known color: 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

RGB 112 144 153 -
CMYK 0.27 0.06 0 0.4
HSL 193.17º 0.17% 0.52% -
HSV(B) 193.17º 0.27% 0.6% -
XYZ 22.41 25.69 33.92 -
YUV 135.46 137.9 111.27 -
System Red Green Blue C M Y K H S L
Decimal 112 144 153 0.27 0.06 0 0.4 193.17 0.17 0.52
Hex 70 90 99 1B 6 0 28 C1 11 34
Octal 160 220 231 33 6 0 50 301 21 64
Binary 1110000 10010000 10011001 11011 110 0 101000 11000001 10001 110100

Color Harmonies of #709099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709099

Black with #709099

Text Example


Text Example

White with #709099

Text Example


Text Example

HTML Codes & Css Web 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>