#6F9599

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

Shades of Gothic #6F9599

Tints of Gothic #6F9599

Color information

#6F9599 (or 0x6F9599) is unknown color: approx Gothic. HEX triplet: 6F, 95 and 99. RGB value is (111,149,153). Sum of RGB (Red+Green+Blue) = 111+149+153=413 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.88% from 413); Green value is 149 (58.59% from 255 or 36.08% from 413); Blue value is 153 (60.16% from 255 or 37.05% from 413); Max value from RGB is 153 - color contains mainly: blue. Hex color #6F9599 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9599 is #906A66. Grayscale: #8A8A8A. Windows color (decimal): -9464423 or 10065263. OLE color: 10065263.

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

Color convert

RGB111149153-
CMYK0.270.0300.4
HSL185.71º17.07%51.76%-
HSV(B)185.71º27.45%60%-
XYZ23.0527.1734.17-
YUV138.09136.41108.67-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.88%
GREEN value IS 149 (58.59% from 255) = 36.08%
BLUE value IS 153 (60.16% from 255) = 37.05%
R=26.88%
G=36.08%
B=37.05%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1111491530.270.0300.4185.7117.0751.76
Hex6F95991B3028ba1134
Octal1572252313330502722164
Binary11011111001010110011001110111101010001011101010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,149,153); }

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

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

 a { background-color: rgb(111,149,153); }

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

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

 span { border-color: rgb(111,149,153); }

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