Html Css Color HEX #06615F Mosque

📋 copy color: '#06615F'

red 6 ◦ green 97 ◦ blue 95

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

Shades of Mosque #06615F

Tints of Mosque #06615F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 47.98%

R = 3.03%
G = 48.99%
B = 47.98%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#06615F (or 0x06615F) is known color: Mosque. HEX triplet: 06, 61 and 5F. RGB value is (6,97,95). Sum of RGB (Red+Green+Blue) = 6+97+95=198 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.03% from 198); Green value is 97 (38.28% from 255 or 48.99% from 198); Blue value is 95 (37.5% from 255 or 47.98% from 198); Max value from RGB is 97 - color contains mainly: green. Hex color #06615F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06615F is #F99EA0. Grayscale: #454545. Windows color (decimal): -16359073 or 6250758. OLE color: 6250758.

HSL color Cylindrical-coordinate representation of color #06615F: hue angle of 178.68º 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 #06615F is Cyan = 0.94, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB 6 97 95 -
CMYK 0.94 0 0.02 0.62
HSL 178.68º 0.88% 0.2% -
HSV(B) 178.68º 0.94% 0.38% -
XYZ 6.42 9.41 12.31 -
YUV 69.56 142.35 82.66 -
System Red Green Blue C M Y K H S L
Decimal 6 97 95 0.94 0 0.02 0.62 178.68 0.88 0.2
Hex 6 61 5F 5E 0 2 3E B3 58 14
Octal 6 141 137 136 0 2 76 263 130 24
Binary 110 1100001 1011111 1011110 0 10 111110 10110011 1011000 10100

Color Harmonies of #06615F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06615F

Black with #06615F

Text Example


Text Example

White with #06615F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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