Html Css Color HEX #06594B Mosque

📋 copy color: '#06594B'

red 6 ◦ green 89 ◦ blue 75

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

Shades of Mosque #06594B

Tints of Mosque #06594B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 52.35%

 BLUE value IS 75 (29.69% from 255) = 44.12%

R = 3.53%
G = 52.35%
B = 44.12%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#06594B (or 0x06594B) is known color: Mosque. HEX triplet: 06, 59 and 4B. RGB value is (6,89,75). Sum of RGB (Red+Green+Blue) = 6+89+75=170 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.53% from 170); Green value is 89 (35.16% from 255 or 52.35% from 170); Blue value is 75 (29.69% from 255 or 44.12% from 170); Max value from RGB is 89 - color contains mainly: green. Hex color #06594B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06594B is #F9A6B4. Grayscale: #3E3E3E. Windows color (decimal): -16361141 or 4937990. OLE color: 4937990.

HSL color Cylindrical-coordinate representation of color #06594B: hue angle of 169.88º degrees, saturation: 0.87, 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 #06594B is Cyan = 0.93, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB 6 89 75 -
CMYK 0.93 0 0.16 0.65
HSL 169.88º 0.87% 0.19% -
HSV(B) 169.88º 0.93% 0.35% -
XYZ 4.92 7.69 7.88 -
YUV 62.59 135 87.64 -
System Red Green Blue C M Y K H S L
Decimal 6 89 75 0.93 0 0.16 0.65 169.88 0.87 0.19
Hex 6 59 4B 5D 0 10 41 AA 57 13
Octal 6 131 113 135 0 20 101 252 127 23
Binary 110 1011001 1001011 1011101 0 10000 1000001 10101010 1010111 10011

Color Harmonies of #06594B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06594B

Black with #06594B

Text Example


Text Example

White with #06594B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,89,75); }

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

background-color css

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

 a { background-color: rgb(6,89,75); }

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

border-color css

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

 span { border-color: rgb(6,89,75); }

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