Html Css Color HEX #006362 Mosque

📋 copy color: '#006362'

red 0 ◦ green 99 ◦ blue 98

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

Shades of Mosque #006362

Tints of Mosque #006362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 49.75%

R = 0%
G = 50.25%
B = 49.75%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.01

 K value IS 0.61

RGB Variations

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

Color information

#006362 (or 0x006362) is known color: Mosque. HEX triplet: 00, 63 and 62. RGB value is (0,99,98). Sum of RGB (Red+Green+Blue) = 0+99+98=197 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 197); Green value is 99 (39.06% from 255 or 50.25% from 197); Blue value is 98 (38.67% from 255 or 49.75% from 197); Max value from RGB is 99 - color contains mainly: green. Hex color #006362 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006362 is #FF9C9D. Grayscale: #454545. Windows color (decimal): -16751774 or 6447872. OLE color: 6447872.

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

Color convert

RGB 0 99 98 -
CMYK 1 0 0.01 0.61
HSL 179.39º 1% 0.19% -
HSV(B) 179.39º 1% 0.39% -
XYZ 6.67 9.81 13.1 -
YUV 69.29 144.2 78.58 -
System Red Green Blue C M Y K H S L
Decimal 0 99 98 1 0 0.01 0.61 179.39 1 0.19
Hex 0 63 62 64 0 1 3D B3 64 13
Octal 0 143 142 144 0 1 75 263 144 23
Binary 0 1100011 1100010 1100100 0 1 111101 10110011 1100100 10011

Color Harmonies of #006362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006362

Black with #006362

Text Example


Text Example

White with #006362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006362; }

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

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

background-color css

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

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

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

border-color css

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

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

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