Html Css Color HEX #066359 Mosque

📋 copy color: '#066359'

red 6 ◦ green 99 ◦ blue 89

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

Shades of Mosque #066359

Tints of Mosque #066359

RGB

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

 GREEN value IS 99 (39.06% from 255) = 51.03%

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

R = 3.09%
G = 51.03%
B = 45.88%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.10

 K value IS 0.61

RGB Variations

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

Color information

#066359 (or 0x066359) is known color: Mosque. HEX triplet: 06, 63 and 59. RGB value is (6,99,89). Sum of RGB (Red+Green+Blue) = 6+99+89=194 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.09% from 194); Green value is 99 (39.06% from 255 or 51.03% from 194); Blue value is 89 (35.16% from 255 or 45.88% from 194); Max value from RGB is 99 - color contains mainly: green. Hex color #066359 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066359 is #F99CA6. Grayscale: #464646. Windows color (decimal): -16358567 or 5858054. OLE color: 5858054.

HSL color Cylindrical-coordinate representation of color #066359: hue angle of 173.55º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066359 is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.61.

Color convert

RGB 6 99 89 -
CMYK 0.94 0 0.10 0.61
HSL 173.55º 0.89% 0.21% -
HSV(B) 173.55º 0.94% 0.39% -
XYZ 6.34 9.68 10.99 -
YUV 70.05 138.69 82.31 -
System Red Green Blue C M Y K H S L
Decimal 6 99 89 0.94 0 0.10 0.61 173.55 0.89 0.21
Hex 6 63 59 5E 0 A 3D AE 59 15
Octal 6 143 131 136 0 12 75 256 131 25
Binary 110 1100011 1011001 1011110 0 1010 111101 10101110 1011001 10101

Color Harmonies of #066359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066359

Black with #066359

Text Example


Text Example

White with #066359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066359; }

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

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

background-color css

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

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

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

border-color css

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

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

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