Html Css Color HEX #6E9099 Gothic

📋 copy color: '#6E9099'

red 110 ◦ green 144 ◦ blue 153

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

Shades of Gothic #6E9099

Tints of Gothic #6E9099

RGB

 RED value IS 110 (43.36% from 255) = 27.03%

 GREEN value IS 144 (56.64% from 255) = 35.38%

 BLUE value IS 153 (60.16% from 255) = 37.59%

R = 27.03%
G = 35.38%
B = 37.59%

CMYK

 C value IS 0.28

 M value IS 0.06

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#6E9099 (or 0x6E9099) is known color: Gothic. HEX triplet: 6E, 90 and 99. RGB value is (110,144,153). Sum of RGB (Red+Green+Blue) = 110+144+153=407 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.03% from 407); Green value is 144 (56.64% from 255 or 35.38% from 407); Blue value is 153 (60.16% from 255 or 37.59% from 407); Max value from RGB is 153 - color contains mainly: blue. Hex color #6E9099 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E9099 is #916F66. Grayscale: #868686. Windows color (decimal): -9531239 or 10063982. OLE color: 10063982.

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

Color convert

RGB 110 144 153 -
CMYK 0.28 0.06 0 0.4
HSL 192.56º 0.17% 0.52% -
HSV(B) 192.56º 0.28% 0.6% -
XYZ 22.15 25.56 33.9 -
YUV 134.86 138.24 110.27 -
System Red Green Blue C M Y K H S L
Decimal 110 144 153 0.28 0.06 0 0.4 192.56 0.17 0.52
Hex 6E 90 99 1C 6 0 28 C1 11 34
Octal 156 220 231 34 6 0 50 301 21 64
Binary 1101110 10010000 10011001 11100 110 0 101000 11000001 10001 110100

Color Harmonies of #6E9099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9099

Black with #6E9099

Text Example


Text Example

White with #6E9099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E9099; }

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

 H1.HeaderClassName
 {
   color: #6E9099;
 }
 .AnyTagClassName
 {
   color: #6E9099;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #6E9099;
 }
 .BgClassName
 {
   background-color: #6E9099;
 }
</style>

border-color css

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

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

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