Html Css Color HEX #06575A Mosque

📋 copy color: '#06575A'

red 6 ◦ green 87 ◦ blue 90

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

Shades of Mosque #06575A

Tints of Mosque #06575A

RGB

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

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

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

R = 3.28%
G = 47.54%
B = 49.18%

CMYK

 C value IS 0.93

 M value IS 0.03

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#06575A (or 0x06575A) is known color: Mosque. HEX triplet: 06, 57 and 5A. RGB value is (6,87,90). Sum of RGB (Red+Green+Blue) = 6+87+90=183 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.28% from 183); Green value is 87 (34.38% from 255 or 47.54% from 183); Blue value is 90 (35.55% from 255 or 49.18% from 183); Max value from RGB is 90 - color contains mainly: blue. Hex color #06575A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06575A is #F9A8A5. Grayscale: #3F3F3F. Windows color (decimal): -16361638 or 5920518. OLE color: 5920518.

HSL color Cylindrical-coordinate representation of color #06575A: hue angle of 182.14º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06575A is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 6 87 90 -
CMYK 0.93 0.03 0 0.65
HSL 182.14º 0.88% 0.19% -
HSV(B) 182.14º 0.93% 0.35% -
XYZ 5.33 7.59 10.86 -
YUV 63.12 143.16 87.26 -
System Red Green Blue C M Y K H S L
Decimal 6 87 90 0.93 0.03 0 0.65 182.14 0.88 0.19
Hex 6 57 5A 5D 3 0 41 B6 58 13
Octal 6 127 132 135 3 0 101 266 130 23
Binary 110 1010111 1011010 1011101 11 0 1000001 10110110 1011000 10011

Color Harmonies of #06575A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06575A

Black with #06575A

Text Example


Text Example

White with #06575A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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