Html Css Color HEX #006361 Mosque

📋 copy color: '#006361'

red 0 ◦ green 99 ◦ blue 97

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

Shades of Mosque #006361

Tints of Mosque #006361

RGB

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

 GREEN value IS 99 (39.06% from 255) = 50.51%

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

R = 0%
G = 50.51%
B = 49.49%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.02

 K value IS 0.61

RGB Variations

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

Color information

#006361 (or 0x006361) is known color: Mosque. HEX triplet: 00, 63 and 61. RGB value is (0,99,97). Sum of RGB (Red+Green+Blue) = 0+99+97=196 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 196); Green value is 99 (39.06% from 255 or 50.51% from 196); Blue value is 97 (38.28% from 255 or 49.49% from 196); Max value from RGB is 99 - color contains mainly: green. Hex color #006361 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006361 is #FF9C9E. Grayscale: #454545. Windows color (decimal): -16751775 or 6382336. OLE color: 6382336.

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

Color convert

RGB 0 99 97 -
CMYK 1 0 0.02 0.61
HSL 178.79º 1% 0.19% -
HSV(B) 178.79º 1% 0.39% -
XYZ 6.62 9.79 12.85 -
YUV 69.17 143.7 78.66 -
System Red Green Blue C M Y K H S L
Decimal 0 99 97 1 0 0.02 0.61 178.79 1 0.19
Hex 0 63 61 64 0 2 3D B3 64 13
Octal 0 143 141 144 0 2 75 263 144 23
Binary 0 1100011 1100001 1100100 0 10 111101 10110011 1100100 10011

Color Harmonies of #006361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006361

Black with #006361

Text Example


Text Example

White with #006361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006361; }

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

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

background-color css

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

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

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

border-color css

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

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

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