Html Css Color HEX #06685E Mosque

📋 copy color: '#06685E'

red 6 ◦ green 104 ◦ blue 94

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

Shades of Mosque #06685E

Tints of Mosque #06685E

RGB

 RED value IS 6 (2.73% from 255) = 2.94%

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

 BLUE value IS 94 (37.11% from 255) = 46.08%

R = 2.94%
G = 50.98%
B = 46.08%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#06685E (or 0x06685E) is known color: Mosque. HEX triplet: 06, 68 and 5E. RGB value is (6,104,94). Sum of RGB (Red+Green+Blue) = 6+104+94=204 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.94% from 204); Green value is 104 (41.02% from 255 or 50.98% from 204); Blue value is 94 (37.11% from 255 or 46.08% from 204); Max value from RGB is 104 - color contains mainly: green. Hex color #06685E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06685E is #F997A1. Grayscale: #494949. Windows color (decimal): -16357282 or 6187014. OLE color: 6187014.

HSL color Cylindrical-coordinate representation of color #06685E: hue angle of 173.88º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06685E is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB 6 104 94 -
CMYK 0.94 0 0.10 0.59
HSL 173.88º 0.89% 0.22% -
HSV(B) 173.88º 0.94% 0.41% -
XYZ 7.05 10.75 12.29 -
YUV 73.56 139.53 79.81 -
System Red Green Blue C M Y K H S L
Decimal 6 104 94 0.94 0 0.10 0.59 173.88 0.89 0.22
Hex 6 68 5E 5E 0 A 3B AE 59 16
Octal 6 150 136 136 0 12 73 256 131 26
Binary 110 1101000 1011110 1011110 0 1010 111011 10101110 1011001 10110

Color Harmonies of #06685E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06685E

Black with #06685E

Text Example


Text Example

White with #06685E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06685E; }

 p { color: rgb(6,104,94); }

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

background-color css

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

 a { background-color: rgb(6,104,94); }

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

border-color css

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

 span { border-color: rgb(6,104,94); }

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