#006265

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

Shades of Mosque #006265

Tints of Mosque #006265

Color information

#006265 (or 0x006265) is unknown color: approx Mosque. HEX triplet: 00, 62 and 65. RGB value is (0,98,101). Sum of RGB (Red+Green+Blue) = 0+98+101=199 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 199); Green value is 98 (38.67% from 255 or 49.25% from 199); Blue value is 101 (39.84% from 255 or 50.75% from 199); Max value from RGB is 101 - color contains mainly: blue. Hex color #006265 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006265 is #FF9D9A. Grayscale: #444444. Windows color (decimal): -16752027 or 6644224. OLE color: 6644224.

HSL color Cylindrical-coordinate representation of color #006265: hue angle of 181.78º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006265 is Cyan = 1, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB098101-
CMYK10.0300.60
HSL181.78º100%19.8%-
HSV(B)181.78º100%39.61%-
XYZ6.729.6713.83-
YUV69.04146.0378.76-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 98 (38.67% from 255) = 49.25%
BLUE value IS 101 (39.84% from 255) = 50.75%
R=0%
G=49.25%
B=50.75%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal09810110.0300.60181.7810019.8
Hex0626564303Cb66414
Octal0142145144307426614424
Binary011000101100101110010011011110010110110110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006265; }

 p { color: rgb(0,98,101); }

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

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

 a { background-color: rgb(0,98,101); }

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

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

 span { border-color: rgb(0,98,101); }

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