Html Css Color HEX #086263 Mosque

📋 copy color: '#086263'

red 8 ◦ green 98 ◦ blue 99

#086263
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mosque #086263

Tints of Mosque #086263

RGB

 RED value IS 8 (3.52% from 255) = 3.9%

 GREEN value IS 98 (38.67% from 255) = 47.8%

 BLUE value IS 99 (39.06% from 255) = 48.29%

R = 3.9%
G = 47.8%
B = 48.29%

CMYK

 C value IS 0.92

 M value IS 0.01

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#086263 (or 0x086263) is known color: Mosque. HEX triplet: 08, 62 and 63. RGB value is (8,98,99). Sum of RGB (Red+Green+Blue) = 8+98+99=205 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.90% from 205); Green value is 98 (38.67% from 255 or 47.80% from 205); Blue value is 99 (39.06% from 255 or 48.29% from 205); Max value from RGB is 99 - color contains mainly: blue. Hex color #086263 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086263 is #F79D9C. Grayscale: #474747. Windows color (decimal): -16227741 or 6513160. OLE color: 6513160.

HSL color Cylindrical-coordinate representation of color #086263: hue angle of 180.66º 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 #086263 is Cyan = 0.92, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 8 98 99 -
CMYK 0.92 0.01 0 0.61
HSL 180.66º 0.85% 0.21% -
HSV(B) 180.66º 0.92% 0.39% -
XYZ 6.72 9.69 13.32 -
YUV 71.2 143.68 82.92 -
System Red Green Blue C M Y K H S L
Decimal 8 98 99 0.92 0.01 0 0.61 180.66 0.85 0.21
Hex 8 62 63 5C 1 0 3D B5 55 15
Octal 10 142 143 134 1 0 75 265 125 25
Binary 1000 1100010 1100011 1011100 1 0 111101 10110101 1010101 10101

Color Harmonies of #086263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086263

Black with #086263

Text Example


Text Example

White with #086263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086263; }

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

 H1.HeaderClassName
 {
   color: #086263;
 }
 .AnyTagClassName
 {
   color: #086263;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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