Html Css Color HEX #06595F Mosque

📋 copy color: '#06595F'

red 6 ◦ green 89 ◦ blue 95

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

Shades of Mosque #06595F

Tints of Mosque #06595F

RGB

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

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

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

R = 3.16%
G = 46.84%
B = 50%

CMYK

 C value IS 0.94

 M value IS 0.06

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#06595F (or 0x06595F) is known color: Mosque. HEX triplet: 06, 59 and 5F. RGB value is (6,89,95). Sum of RGB (Red+Green+Blue) = 6+89+95=190 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.16% from 190); Green value is 89 (35.16% from 255 or 46.84% from 190); Blue value is 95 (37.5% from 255 or 50% from 190); Max value from RGB is 95 - color contains mainly: blue. Hex color #06595F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06595F is #F9A6A0. Grayscale: #404040. Windows color (decimal): -16361121 or 6248710. OLE color: 6248710.

HSL color Cylindrical-coordinate representation of color #06595F: hue angle of 184.04º 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 #06595F is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 6 89 95 -
CMYK 0.94 0.06 0 0.63
HSL 184.04º 0.88% 0.2% -
HSV(B) 184.04º 0.94% 0.37% -
XYZ 5.71 8.01 12.07 -
YUV 64.87 145 86.01 -
System Red Green Blue C M Y K H S L
Decimal 6 89 95 0.94 0.06 0 0.63 184.04 0.88 0.2
Hex 6 59 5F 5E 6 0 3F B8 58 14
Octal 6 131 137 136 6 0 77 270 130 24
Binary 110 1011001 1011111 1011110 110 0 111111 10111000 1011000 10100

Color Harmonies of #06595F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06595F

Black with #06595F

Text Example


Text Example

White with #06595F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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