Html Css Color HEX #06575B Mosque

📋 copy color: '#06575B'

red 6 ◦ green 87 ◦ blue 91

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

Shades of Mosque #06575B

Tints of Mosque #06575B

RGB

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

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

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

R = 3.26%
G = 47.28%
B = 49.46%

CMYK

 C value IS 0.93

 M value IS 0.04

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#06575B (or 0x06575B) is known color: Mosque. HEX triplet: 06, 57 and 5B. RGB value is (6,87,91). Sum of RGB (Red+Green+Blue) = 6+87+91=184 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.26% from 184); Green value is 87 (34.38% from 255 or 47.28% from 184); Blue value is 91 (35.94% from 255 or 49.46% from 184); Max value from RGB is 91 - color contains mainly: blue. Hex color #06575B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06575B is #F9A8A4. Grayscale: #3F3F3F. Windows color (decimal): -16361637 or 5986054. OLE color: 5986054.

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

Color convert

RGB 6 87 91 -
CMYK 0.93 0.04 0 0.64
HSL 182.82º 0.88% 0.19% -
HSV(B) 182.82º 0.93% 0.36% -
XYZ 5.37 7.61 11.08 -
YUV 63.24 143.66 87.17 -
System Red Green Blue C M Y K H S L
Decimal 6 87 91 0.93 0.04 0 0.64 182.82 0.88 0.19
Hex 6 57 5B 5D 4 0 40 B7 58 13
Octal 6 127 133 135 4 0 100 267 130 23
Binary 110 1010111 1011011 1011101 100 0 1000000 10110111 1011000 10011

Color Harmonies of #06575B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06575B

Black with #06575B

Text Example


Text Example

White with #06575B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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