Html Css Color HEX #06615C Mosque

📋 copy color: '#06615C'

red 6 ◦ green 97 ◦ blue 92

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

Shades of Mosque #06615C

Tints of Mosque #06615C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 49.74%

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

R = 3.08%
G = 49.74%
B = 47.18%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#06615C (or 0x06615C) is known color: Mosque. HEX triplet: 06, 61 and 5C. RGB value is (6,97,92). Sum of RGB (Red+Green+Blue) = 6+97+92=195 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.08% from 195); Green value is 97 (38.28% from 255 or 49.74% from 195); Blue value is 92 (36.33% from 255 or 47.18% from 195); Max value from RGB is 97 - color contains mainly: green. Hex color #06615C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06615C is #F99EA3. Grayscale: #454545. Windows color (decimal): -16359076 or 6054150. OLE color: 6054150.

HSL color Cylindrical-coordinate representation of color #06615C: hue angle of 176.7º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06615C is Cyan = 0.94, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB 6 97 92 -
CMYK 0.94 0 0.05 0.62
HSL 176.7º 0.88% 0.2% -
HSV(B) 176.7º 0.94% 0.38% -
XYZ 6.28 9.36 11.6 -
YUV 69.22 140.85 82.91 -
System Red Green Blue C M Y K H S L
Decimal 6 97 92 0.94 0 0.05 0.62 176.7 0.88 0.2
Hex 6 61 5C 5E 0 5 3E B1 58 14
Octal 6 141 134 136 0 5 76 261 130 24
Binary 110 1100001 1011100 1011110 0 101 111110 10110001 1011000 10100

Color Harmonies of #06615C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06615C

Black with #06615C

Text Example


Text Example

White with #06615C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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