#6F7086

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

Shades of Comet #6F7086

Tints of Comet #6F7086

Color information

#6F7086 (or 0x6F7086) is unknown color: approx Comet. HEX triplet: 6F, 70 and 86. RGB value is (111,112,134). Sum of RGB (Red+Green+Blue) = 111+112+134=357 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.09% from 357); Green value is 112 (44.14% from 255 or 31.37% from 357); Blue value is 134 (52.73% from 255 or 37.54% from 357); Max value from RGB is 134 - color contains mainly: blue. Hex color #6F7086 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7086 is #908F79. Grayscale: #727272. Windows color (decimal): -9473914 or 8810607. OLE color: 8810607.

HSL color Cylindrical-coordinate representation of color #6F7086: hue angle of 237.39º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6F7086 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB111112134-
CMYK0.170.1600.47
HSL237.39º9.39%48.04%-
HSV(B)237.39º17.16%52.55%-
XYZ16.6516.6924.9-
YUV114.21139.17125.71-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.09%
GREEN value IS 112 (44.14% from 255) = 31.37%
BLUE value IS 134 (52.73% from 255) = 37.54%
R=31.09%
G=31.37%
B=37.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1111121340.170.1600.47237.399.3948.04
Hex6F7086111002Fed930
Octal15716020621200573551160
Binary110111111100001000011010001100000101111111011011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,112,134); }

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

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

 a { background-color: rgb(111,112,134); }

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

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

 span { border-color: rgb(111,112,134); }

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