Html Css Color HEX #06615B Mosque

📋 copy color: '#06615B'

red 6 ◦ green 97 ◦ blue 91

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

Shades of Mosque #06615B

Tints of Mosque #06615B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 46.91%

R = 3.09%
G = 50%
B = 46.91%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#06615B (or 0x06615B) is known color: Mosque. HEX triplet: 06, 61 and 5B. RGB value is (6,97,91). Sum of RGB (Red+Green+Blue) = 6+97+91=194 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.09% from 194); Green value is 97 (38.28% from 255 or 50% from 194); Blue value is 91 (35.94% from 255 or 46.91% from 194); Max value from RGB is 97 - color contains mainly: green. Hex color #06615B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06615B is #F99EA4. Grayscale: #454545. Windows color (decimal): -16359077 or 5988614. OLE color: 5988614.

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

Color convert

RGB 6 97 91 -
CMYK 0.94 0 0.06 0.62
HSL 176.04º 0.88% 0.2% -
HSV(B) 176.04º 0.94% 0.38% -
XYZ 6.24 9.34 11.37 -
YUV 69.11 140.35 82.99 -
System Red Green Blue C M Y K H S L
Decimal 6 97 91 0.94 0 0.06 0.62 176.04 0.88 0.2
Hex 6 61 5B 5E 0 6 3E B0 58 14
Octal 6 141 133 136 0 6 76 260 130 24
Binary 110 1100001 1011011 1011110 0 110 111110 10110000 1011000 10100

Color Harmonies of #06615B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06615B

Black with #06615B

Text Example


Text Example

White with #06615B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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