Html Css Color HEX #006163 Mosque

📋 copy color: '#006163'

red 0 ◦ green 97 ◦ blue 99

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

Shades of Mosque #006163

Tints of Mosque #006163

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 value IS 1

 M value IS 0.02

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#006163 (or 0x006163) is known color: 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

RGB 0 97 99 -
CMYK 1 0.02 0 0.61
HSL 181.21º 1% 0.19% -
HSV(B) 181.21º 1% 0.39% -
XYZ 6.53 9.45 13.28 -
YUV 68.23 145.36 79.34 -
System Red Green Blue C M Y K H S L
Decimal 0 97 99 1 0.02 0 0.61 181.21 1 0.19
Hex 0 61 63 64 2 0 3D B5 64 13
Octal 0 141 143 144 2 0 75 265 144 23
Binary 0 1100001 1100011 1100100 10 0 111101 10110101 1100100 10011

Color Harmonies of #006163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006163

Black with #006163

Text Example


Text Example

White with #006163

Text Example


Text Example

HTML Codes & Css Web 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>