Html Css Color HEX #006963 Mosque

📋 copy color: '#006963'

red 0 ◦ green 105 ◦ blue 99

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

Shades of Mosque #006963

Tints of Mosque #006963

RGB

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

 GREEN value IS 105 (41.41% from 255) = 51.47%

 BLUE value IS 99 (39.06% from 255) = 48.53%

R = 0%
G = 51.47%
B = 48.53%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#006963 (or 0x006963) is known color: Mosque. HEX triplet: 00, 69 and 63. RGB value is (0,105,99). Sum of RGB (Red+Green+Blue) = 0+105+99=204 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 204); Green value is 105 (41.41% from 255 or 51.47% from 204); Blue value is 99 (39.06% from 255 or 48.53% from 204); Max value from RGB is 105 - color contains mainly: green. Hex color #006963 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006963 is #FF969C. Grayscale: #484848. Windows color (decimal): -16750237 or 6514944. OLE color: 6514944.

HSL color Cylindrical-coordinate representation of color #006963: hue angle of 176.57º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006963 is Cyan = 1, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.59.

Color convert

RGB 0 105 99 -
CMYK 1 0 0.06 0.59
HSL 176.57º 1% 0.21% -
HSV(B) 176.57º 1% 0.41% -
XYZ 7.3 11 13.54 -
YUV 72.92 142.71 75.99 -
System Red Green Blue C M Y K H S L
Decimal 0 105 99 1 0 0.06 0.59 176.57 1 0.21
Hex 0 69 63 64 0 6 3B B1 64 15
Octal 0 151 143 144 0 6 73 261 144 25
Binary 0 1101001 1100011 1100100 0 110 111011 10110001 1100100 10101

Color Harmonies of #006963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006963

Black with #006963

Text Example


Text Example

White with #006963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006963; }

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

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

background-color css

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

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

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

border-color css

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

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

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