Html Css Color HEX #06575F Mosque

📋 copy color: '#06575F'

red 6 ◦ green 87 ◦ blue 95

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

Shades of Mosque #06575F

Tints of Mosque #06575F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 46.28%

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

R = 3.19%
G = 46.28%
B = 50.53%

CMYK

 C value IS 0.94

 M value IS 0.08

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#06575F (or 0x06575F) is known color: Mosque. HEX triplet: 06, 57 and 5F. RGB value is (6,87,95). Sum of RGB (Red+Green+Blue) = 6+87+95=188 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.19% from 188); Green value is 87 (34.38% from 255 or 46.28% from 188); Blue value is 95 (37.5% from 255 or 50.53% from 188); Max value from RGB is 95 - color contains mainly: blue. Hex color #06575F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06575F is #F9A8A0. Grayscale: #3F3F3F. Windows color (decimal): -16361633 or 6248198. OLE color: 6248198.

HSL color Cylindrical-coordinate representation of color #06575F: hue angle of 185.39º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06575F is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 6 87 95 -
CMYK 0.94 0.08 0 0.63
HSL 185.39º 0.88% 0.2% -
HSV(B) 185.39º 0.94% 0.37% -
XYZ 5.55 7.68 12.02 -
YUV 63.69 145.66 86.85 -
System Red Green Blue C M Y K H S L
Decimal 6 87 95 0.94 0.08 0 0.63 185.39 0.88 0.2
Hex 6 57 5F 5E 8 0 3F B9 58 14
Octal 6 127 137 136 10 0 77 271 130 24
Binary 110 1010111 1011111 1011110 1000 0 111111 10111001 1011000 10100

Color Harmonies of #06575F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06575F

Black with #06575F

Text Example


Text Example

White with #06575F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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