#006163

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

Shades of Mosque #006163

Tints of Mosque #006163

Color information

#006163 (or 0x006163) is unknown color: approx Mosque. HEX triplet: 00, 61 and 63. RGB value is (0,97,99). Sum of RGB (Red+Green+Blue) = 0+97+99=196 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 196); Green value is 97 (38.28% from 255 or 49.49% from 196); Blue value is 99 (39.06% from 255 or 50.51% from 196); Max value from RGB is 99 - color contains mainly: blue. Hex color #006163 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006163 is #FF9E9C. Grayscale: #444444. Windows color (decimal): -16752285 or 6512896. OLE color: 6512896.

HSL color Cylindrical-coordinate representation of color #006163: hue angle of 181.21º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006163 is Cyan = 1, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB09799-
CMYK10.0200.61
HSL181.21º100%19.41%-
HSV(B)181.21º100%38.82%-
XYZ6.539.4513.28-
YUV68.22145.3679.34-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 97 (38.28% from 255) = 49.49%
BLUE value IS 99 (39.06% from 255) = 50.51%
R=0%
G=49.49%
B=50.51%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal0979910.0200.61181.2110019.41
Hex0616364203Db56413
Octal0141143144207526514423
Binary011000011100011110010010011110110110101110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006163; }

 p { color: rgb(0,97,99); }

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

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

 a { background-color: rgb(0,97,99); }

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

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

 span { border-color: rgb(0,97,99); }

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