Html Css Color HEX #066051 Mosque

📋 copy color: '#066051'

red 6 ◦ green 96 ◦ blue 81

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

Shades of Mosque #066051

Tints of Mosque #066051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 44.26%

R = 3.28%
G = 52.46%
B = 44.26%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#066051 (or 0x066051) is known color: Mosque. HEX triplet: 06, 60 and 51. RGB value is (6,96,81). Sum of RGB (Red+Green+Blue) = 6+96+81=183 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.28% from 183); Green value is 96 (37.89% from 255 or 52.46% from 183); Blue value is 81 (32.03% from 255 or 44.26% from 183); Max value from RGB is 96 - color contains mainly: green. Hex color #066051 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066051 is #F99FAE. Grayscale: #434343. Windows color (decimal): -16359343 or 5332998. OLE color: 5332998.

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

Color convert

RGB 6 96 81 -
CMYK 0.94 0 0.16 0.62
HSL 170º 0.88% 0.2% -
HSV(B) 170º 0.94% 0.38% -
XYZ 5.74 9 9.22 -
YUV 67.38 135.68 84.22 -
System Red Green Blue C M Y K H S L
Decimal 6 96 81 0.94 0 0.16 0.62 170 0.88 0.2
Hex 6 60 51 5E 0 10 3E AA 58 14
Octal 6 140 121 136 0 20 76 252 130 24
Binary 110 1100000 1010001 1011110 0 10000 111110 10101010 1011000 10100

Color Harmonies of #066051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066051

Black with #066051

Text Example


Text Example

White with #066051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066051; }

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

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

background-color css

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

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

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

border-color css

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

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

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