Html Css Color HEX #6E9499 Gothic

📋 copy color: '#6E9499'

red 110 ◦ green 148 ◦ blue 153

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

Shades of Gothic #6E9499

Tints of Gothic #6E9499

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.01%

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

R = 26.76%
G = 36.01%
B = 37.23%

CMYK

 C value IS 0.28

 M value IS 0.03

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#6E9499 (or 0x6E9499) is known color: Gothic. HEX triplet: 6E, 94 and 99. RGB value is (110,148,153). Sum of RGB (Red+Green+Blue) = 110+148+153=411 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.76% from 411); Green value is 148 (58.20% from 255 or 36.01% from 411); Blue value is 153 (60.16% from 255 or 37.23% from 411); Max value from RGB is 153 - color contains mainly: blue. Hex color #6E9499 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E9499 is #916B66. Grayscale: #898989. Windows color (decimal): -9530215 or 10065006. OLE color: 10065006.

HSL color Cylindrical-coordinate representation of color #6E9499: hue angle of 186.98º 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 #6E9499 is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 110 148 153 -
CMYK 0.28 0.03 0 0.4
HSL 186.98º 0.17% 0.52% -
HSV(B) 186.98º 0.28% 0.6% -
XYZ 22.77 26.79 34.11 -
YUV 137.21 136.91 108.59 -
System Red Green Blue C M Y K H S L
Decimal 110 148 153 0.28 0.03 0 0.4 186.98 0.17 0.52
Hex 6E 94 99 1C 3 0 28 BB 11 34
Octal 156 224 231 34 3 0 50 273 21 64
Binary 1101110 10010100 10011001 11100 11 0 101000 10111011 10001 110100

Color Harmonies of #6E9499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9499

Black with #6E9499

Text Example


Text Example

White with #6E9499

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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