Html Css Color HEX #066050 Mosque

📋 copy color: '#066050'

red 6 ◦ green 96 ◦ blue 80

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

Shades of Mosque #066050

Tints of Mosque #066050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 43.96%

R = 3.3%
G = 52.75%
B = 43.96%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.17

 K value IS 0.62

RGB Variations

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

Color information

#066050 (or 0x066050) is known color: Mosque. HEX triplet: 06, 60 and 50. RGB value is (6,96,80). Sum of RGB (Red+Green+Blue) = 6+96+80=182 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.30% from 182); Green value is 96 (37.89% from 255 or 52.75% from 182); Blue value is 80 (31.64% from 255 or 43.96% from 182); Max value from RGB is 96 - color contains mainly: green. Hex color #066050 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066050 is #F99FAF. Grayscale: #434343. Windows color (decimal): -16359344 or 5267462. OLE color: 5267462.

HSL color Cylindrical-coordinate representation of color #066050: hue angle of 169.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 #066050 is Cyan = 0.94, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.62.

Color convert

RGB 6 96 80 -
CMYK 0.94 0 0.17 0.62
HSL 169.33º 0.88% 0.2% -
HSV(B) 169.33º 0.94% 0.38% -
XYZ 5.71 8.98 9.02 -
YUV 67.27 135.18 84.3 -
System Red Green Blue C M Y K H S L
Decimal 6 96 80 0.94 0 0.17 0.62 169.33 0.88 0.2
Hex 6 60 50 5E 0 11 3E A9 58 14
Octal 6 140 120 136 0 21 76 251 130 24
Binary 110 1100000 1010000 1011110 0 10001 111110 10101001 1011000 10100

Color Harmonies of #066050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066050

Black with #066050

Text Example


Text Example

White with #066050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066050; }

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

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

background-color css

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

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

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

border-color css

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

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

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