Html Css Color HEX #06695C Mosque

📋 copy color: '#06695C'

red 6 ◦ green 105 ◦ blue 92

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

Shades of Mosque #06695C

Tints of Mosque #06695C

RGB

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

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

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

R = 2.96%
G = 51.72%
B = 45.32%

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

#06695C (or 0x06695C) is known color: Mosque. HEX triplet: 06, 69 and 5C. RGB value is (6,105,92). Sum of RGB (Red+Green+Blue) = 6+105+92=203 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.96% from 203); Green value is 105 (41.41% from 255 or 51.72% from 203); Blue value is 92 (36.33% from 255 or 45.32% from 203); Max value from RGB is 105 - color contains mainly: green. Hex color #06695C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06695C is #F996A3. Grayscale: #494949. Windows color (decimal): -16357028 or 6056198. OLE color: 6056198.

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

Color convert

RGB 6 105 92 -
CMYK 0.94 0 0.12 0.59
HSL 172.12º 0.89% 0.22% -
HSV(B) 172.12º 0.94% 0.41% -
XYZ 7.06 10.91 11.86 -
YUV 73.92 138.2 79.56 -
System Red Green Blue C M Y K H S L
Decimal 6 105 92 0.94 0 0.12 0.59 172.12 0.89 0.22
Hex 6 69 5C 5E 0 C 3B AC 59 16
Octal 6 151 134 136 0 14 73 254 131 26
Binary 110 1101001 1011100 1011110 0 1100 111011 10101100 1011001 10110

Color Harmonies of #06695C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06695C

Black with #06695C

Text Example


Text Example

White with #06695C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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