Html Css Color HEX #006861 Mosque

📋 copy color: '#006861'

red 0 ◦ green 104 ◦ blue 97

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

Shades of Mosque #006861

Tints of Mosque #006861

RGB

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

 GREEN value IS 104 (41.02% from 255) = 51.74%

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

R = 0%
G = 51.74%
B = 48.26%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#006861 (or 0x006861) is known color: Mosque. HEX triplet: 00, 68 and 61. RGB value is (0,104,97). Sum of RGB (Red+Green+Blue) = 0+104+97=201 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 201); Green value is 104 (41.02% from 255 or 51.74% from 201); Blue value is 97 (38.28% from 255 or 48.26% from 201); Max value from RGB is 104 - color contains mainly: green. Hex color #006861 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006861 is #FF979E. Grayscale: #484848. Windows color (decimal): -16750495 or 6383616. OLE color: 6383616.

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

Color convert

RGB 0 104 97 -
CMYK 1 0 0.07 0.59
HSL 175.96º 1% 0.2% -
HSV(B) 175.96º 1% 0.41% -
XYZ 7.11 10.76 13.01 -
YUV 72.11 142.04 76.57 -
System Red Green Blue C M Y K H S L
Decimal 0 104 97 1 0 0.07 0.59 175.96 1 0.2
Hex 0 68 61 64 0 7 3B B0 64 14
Octal 0 150 141 144 0 7 73 260 144 24
Binary 0 1101000 1100001 1100100 0 111 111011 10110000 1100100 10100

Color Harmonies of #006861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006861

Black with #006861

Text Example


Text Example

White with #006861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006861; }

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

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

background-color css

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

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

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

border-color css

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

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

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