Html Css Color HEX #06685C Mosque

📋 copy color: '#06685C'

red 6 ◦ green 104 ◦ blue 92

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

Shades of Mosque #06685C

Tints of Mosque #06685C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 45.54%

R = 2.97%
G = 51.49%
B = 45.54%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#06685C (or 0x06685C) is known color: Mosque. HEX triplet: 06, 68 and 5C. RGB value is (6,104,92). Sum of RGB (Red+Green+Blue) = 6+104+92=202 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.97% from 202); Green value is 104 (41.02% from 255 or 51.49% from 202); Blue value is 92 (36.33% from 255 or 45.54% from 202); Max value from RGB is 104 - color contains mainly: green. Hex color #06685C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06685C is #F997A3. Grayscale: #494949. Windows color (decimal): -16357284 or 6055942. OLE color: 6055942.

HSL color Cylindrical-coordinate representation of color #06685C: hue angle of 172.65º 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 #06685C is Cyan = 0.94, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB 6 104 92 -
CMYK 0.94 0 0.12 0.59
HSL 172.65º 0.89% 0.22% -
HSV(B) 172.65º 0.94% 0.41% -
XYZ 6.96 10.71 11.83 -
YUV 73.33 138.53 79.98 -
System Red Green Blue C M Y K H S L
Decimal 6 104 92 0.94 0 0.12 0.59 172.65 0.89 0.22
Hex 6 68 5C 5E 0 C 3B AD 59 16
Octal 6 150 134 136 0 14 73 255 131 26
Binary 110 1101000 1011100 1011110 0 1100 111011 10101101 1011001 10110

Color Harmonies of #06685C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06685C

Black with #06685C

Text Example


Text Example

White with #06685C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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