Html Css Color HEX #06615A Mosque

📋 copy color: '#06615A'

red 6 ◦ green 97 ◦ blue 90

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

Shades of Mosque #06615A

Tints of Mosque #06615A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 46.63%

R = 3.11%
G = 50.26%
B = 46.63%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#06615A (or 0x06615A) is known color: Mosque. HEX triplet: 06, 61 and 5A. RGB value is (6,97,90). Sum of RGB (Red+Green+Blue) = 6+97+90=193 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.11% from 193); Green value is 97 (38.28% from 255 or 50.26% from 193); Blue value is 90 (35.55% from 255 or 46.63% from 193); Max value from RGB is 97 - color contains mainly: green. Hex color #06615A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06615A is #F99EA5. Grayscale: #444444. Windows color (decimal): -16359078 or 5923078. OLE color: 5923078.

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

Color convert

RGB 6 97 90 -
CMYK 0.94 0 0.07 0.62
HSL 175.38º 0.88% 0.2% -
HSV(B) 175.38º 0.94% 0.38% -
XYZ 6.2 9.33 11.15 -
YUV 68.99 139.85 83.07 -
System Red Green Blue C M Y K H S L
Decimal 6 97 90 0.94 0 0.07 0.62 175.38 0.88 0.2
Hex 6 61 5A 5E 0 7 3E AF 58 14
Octal 6 141 132 136 0 7 76 257 130 24
Binary 110 1100001 1011010 1011110 0 111 111110 10101111 1011000 10100

Color Harmonies of #06615A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06615A

Black with #06615A

Text Example


Text Example

White with #06615A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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