Html Css Color HEX #06595A Mosque

📋 copy color: '#06595A'

red 6 ◦ green 89 ◦ blue 90

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

Shades of Mosque #06595A

Tints of Mosque #06595A

RGB

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

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

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

R = 3.24%
G = 48.11%
B = 48.65%

CMYK

 C value IS 0.93

 M value IS 0.01

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#06595A (or 0x06595A) is known color: Mosque. HEX triplet: 06, 59 and 5A. RGB value is (6,89,90). Sum of RGB (Red+Green+Blue) = 6+89+90=185 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.24% from 185); Green value is 89 (35.16% from 255 or 48.11% from 185); Blue value is 90 (35.55% from 255 or 48.65% from 185); Max value from RGB is 90 - color contains mainly: blue. Hex color #06595A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06595A is #F9A6A5. Grayscale: #404040. Windows color (decimal): -16361126 or 5921030. OLE color: 5921030.

HSL color Cylindrical-coordinate representation of color #06595A: hue angle of 180.71º 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 #06595A is Cyan = 0.93, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 6 89 90 -
CMYK 0.93 0.01 0 0.65
HSL 180.71º 0.88% 0.19% -
HSV(B) 180.71º 0.93% 0.35% -
XYZ 5.49 7.92 10.91 -
YUV 64.3 142.5 86.42 -
System Red Green Blue C M Y K H S L
Decimal 6 89 90 0.93 0.01 0 0.65 180.71 0.88 0.19
Hex 6 59 5A 5D 1 0 41 B5 58 13
Octal 6 131 132 135 1 0 101 265 130 23
Binary 110 1011001 1011010 1011101 1 0 1000001 10110101 1011000 10011

Color Harmonies of #06595A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06595A

Black with #06595A

Text Example


Text Example

White with #06595A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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