Html Css Color HEX #006061 Mosque

📋 copy color: '#006061'

red 0 ◦ green 96 ◦ blue 97

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

Shades of Mosque #006061

Tints of Mosque #006061

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 96 (37.89% from 255) = 49.74%

 BLUE value IS 97 (38.28% from 255) = 50.26%

R = 0%
G = 49.74%
B = 50.26%

CMYK

 C value IS 1

 M value IS 0.01

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#006061 (or 0x006061) is known color: Mosque. HEX triplet: 00, 60 and 61. RGB value is (0,96,97). Sum of RGB (Red+Green+Blue) = 0+96+97=193 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 193); Green value is 96 (37.89% from 255 or 49.74% from 193); Blue value is 97 (38.28% from 255 or 50.26% from 193); Max value from RGB is 97 - color contains mainly: blue. Hex color #006061 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006061 is #FF9F9E. Grayscale: #434343. Windows color (decimal): -16752543 or 6381568. OLE color: 6381568.

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

Color convert

RGB 0 96 97 -
CMYK 1 0.01 0 0.62
HSL 180.62º 1% 0.19% -
HSV(B) 180.62º 1% 0.38% -
XYZ 6.34 9.23 12.76 -
YUV 67.41 144.7 79.92 -
System Red Green Blue C M Y K H S L
Decimal 0 96 97 1 0.01 0 0.62 180.62 1 0.19
Hex 0 60 61 64 1 0 3E B5 64 13
Octal 0 140 141 144 1 0 76 265 144 23
Binary 0 1100000 1100001 1100100 1 0 111110 10110101 1100100 10011

Color Harmonies of #006061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006061

Black with #006061

Text Example


Text Example

White with #006061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006061; }

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

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

background-color css

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

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

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

border-color css

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

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

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