#6F9098

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

Shades of Gothic #6F9098

Tints of Gothic #6F9098

Color information

#6F9098 (or 0x6F9098) is unknown color: approx Gothic. HEX triplet: 6F, 90 and 98. RGB value is (111,144,152). Sum of RGB (Red+Green+Blue) = 111+144+152=407 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.27% from 407); Green value is 144 (56.64% from 255 or 35.38% from 407); Blue value is 152 (59.77% from 255 or 37.35% from 407); Max value from RGB is 152 - color contains mainly: blue. Hex color #6F9098 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9098 is #906F67. Grayscale: #868686. Windows color (decimal): -9465704 or 9998447. OLE color: 9998447.

HSL color Cylindrical-coordinate representation of color #6F9098: hue angle of 191.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 #6F9098 is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB111144152-
CMYK0.270.0500.40
HSL191.71º16.6%51.57%-
HSV(B)191.71º26.97%59.61%-
XYZ22.225.5933.48-
YUV135.04137.57110.85-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.27%
GREEN value IS 144 (56.64% from 255) = 35.38%
BLUE value IS 152 (59.77% from 255) = 37.35%
R=27.27%
G=35.38%
B=37.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1111441520.270.0500.40191.7116.651.57
Hex6F90981B5028c01134
Octal1572202303350503002164
Binary110111110010000100110001101110101010001100000010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,144,152); }

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

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

 a { background-color: rgb(111,144,152); }

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

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

 span { border-color: rgb(111,144,152); }

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