Html Css Color HEX #066059 Mosque

📋 copy color: '#066059'

red 6 ◦ green 96 ◦ blue 89

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

Shades of Mosque #066059

Tints of Mosque #066059

RGB

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

 GREEN value IS 96 (37.89% from 255) = 50.26%

 BLUE value IS 89 (35.16% from 255) = 46.6%

R = 3.14%
G = 50.26%
B = 46.6%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#066059 (or 0x066059) is known color: Mosque. HEX triplet: 06, 60 and 59. RGB value is (6,96,89). Sum of RGB (Red+Green+Blue) = 6+96+89=191 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.14% from 191); Green value is 96 (37.89% from 255 or 50.26% from 191); Blue value is 89 (35.16% from 255 or 46.60% from 191); Max value from RGB is 96 - color contains mainly: green. Hex color #066059 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066059 is #F99FA6. Grayscale: #444444. Windows color (decimal): -16359335 or 5857286. OLE color: 5857286.

HSL color Cylindrical-coordinate representation of color #066059: hue angle of 175.33º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066059 is Cyan = 0.94, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB 6 96 89 -
CMYK 0.94 0 0.07 0.62
HSL 175.33º 0.88% 0.2% -
HSV(B) 175.33º 0.94% 0.38% -
XYZ 6.06 9.13 10.89 -
YUV 68.29 139.68 83.57 -
System Red Green Blue C M Y K H S L
Decimal 6 96 89 0.94 0 0.07 0.62 175.33 0.88 0.2
Hex 6 60 59 5E 0 7 3E AF 58 14
Octal 6 140 131 136 0 7 76 257 130 24
Binary 110 1100000 1011001 1011110 0 111 111110 10101111 1011000 10100

Color Harmonies of #066059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066059

Black with #066059

Text Example


Text Example

White with #066059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066059; }

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

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

background-color css

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

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

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

border-color css

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

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

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