#6C8992

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

Shades of Gothic #6C8992

Tints of Gothic #6C8992

Color information

#6C8992 (or 0x6C8992) is unknown color: approx Gothic. HEX triplet: 6C, 89 and 92. RGB value is (108,137,146). Sum of RGB (Red+Green+Blue) = 108+137+146=391 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.62% from 391); Green value is 137 (53.91% from 255 or 35.04% from 391); Blue value is 146 (57.42% from 255 or 37.34% from 391); Max value from RGB is 146 - color contains mainly: blue. Hex color #6C8992 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C8992 is #93766D. Grayscale: #818181. Windows color (decimal): -9664110 or 9603436. OLE color: 9603436.

HSL color Cylindrical-coordinate representation of color #6C8992: hue angle of 194.21º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6C8992 is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB108137146-
CMYK0.260.0600.43
HSL194.21º14.96%49.8%-
HSV(B)194.21º26.03%57.25%-
XYZ20.3223.1530.59-
YUV129.35137.39112.77-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.62%
GREEN value IS 137 (53.91% from 255) = 35.04%
BLUE value IS 146 (57.42% from 255) = 37.34%
R=27.62%
G=35.04%
B=37.34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1081371460.260.0600.43194.2114.9649.8
Hex6C89921A602Bc2f32
Octal1542112223260533021762
Binary11011001000100110010010110101100101011110000101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,137,146); }

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

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

 a { background-color: rgb(108,137,146); }

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

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

 span { border-color: rgb(108,137,146); }

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