Html Css Color HEX #066151 Mosque

📋 copy color: '#066151'

red 6 ◦ green 97 ◦ blue 81

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

Shades of Mosque #066151

Tints of Mosque #066151

RGB

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

 GREEN value IS 97 (38.28% from 255) = 52.72%

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

R = 3.26%
G = 52.72%
B = 44.02%

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

#066151 (or 0x066151) is known color: Mosque. HEX triplet: 06, 61 and 51. RGB value is (6,97,81). Sum of RGB (Red+Green+Blue) = 6+97+81=184 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.26% from 184); Green value is 97 (38.28% from 255 or 52.72% from 184); Blue value is 81 (32.03% from 255 or 44.02% from 184); Max value from RGB is 97 - color contains mainly: green. Hex color #066151 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066151 is #F99EAE. Grayscale: #434343. Windows color (decimal): -16359087 or 5333254. OLE color: 5333254.

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

Color convert

RGB 6 97 81 -
CMYK 0.94 0 0.16 0.62
HSL 169.45º 0.88% 0.2% -
HSV(B) 169.45º 0.94% 0.38% -
XYZ 5.84 9.18 9.25 -
YUV 67.97 135.35 83.8 -
System Red Green Blue C M Y K H S L
Decimal 6 97 81 0.94 0 0.16 0.62 169.45 0.88 0.2
Hex 6 61 51 5E 0 10 3E A9 58 14
Octal 6 141 121 136 0 20 76 251 130 24
Binary 110 1100001 1010001 1011110 0 10000 111110 10101001 1011000 10100

Color Harmonies of #066151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066151

Black with #066151

Text Example


Text Example

White with #066151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066151; }

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

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

background-color css

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

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

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

border-color css

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

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

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