#086063

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

Shades of Mosque #086063

Tints of Mosque #086063

Color information

#086063 (or 0x086063) is unknown color: approx Mosque. HEX triplet: 08, 60 and 63. RGB value is (8,96,99). Sum of RGB (Red+Green+Blue) = 8+96+99=203 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.94% from 203); Green value is 96 (37.89% from 255 or 47.29% from 203); Blue value is 99 (39.06% from 255 or 48.77% from 203); Max value from RGB is 99 - color contains mainly: blue. Hex color #086063 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086063 is #F79F9C. Grayscale: #454545. Windows color (decimal): -16228253 or 6512648. OLE color: 6512648.

HSL color Cylindrical-coordinate representation of color #086063: hue angle of 181.98º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086063 is Cyan = 0.92, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB89699-
CMYK0.920.0300.61
HSL181.98º85.05%20.98%-
HSV(B)181.98º91.92%38.82%-
XYZ6.549.3213.26-
YUV70.03144.3583.76-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.94%
GREEN value IS 96 (37.89% from 255) = 47.29%
BLUE value IS 99 (39.06% from 255) = 48.77%
R=3.94%
G=47.29%
B=48.77%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal896990.920.0300.61181.9885.0520.98
Hex860635C303Db65515
Octal10140143134307526612525
Binary100011000001100011101110011011110110110110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086063; }

 p { color: rgb(8,96,99); }

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

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

 a { background-color: rgb(8,96,99); }

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

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

 span { border-color: rgb(8,96,99); }

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