#066254

Color #066254 Mosque (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mosque #066254

Tints of Mosque #066254

Color information

#066254 (or 0x066254) is unknown color: approx Mosque. HEX triplet: 06, 62 and 54. RGB value is (6,98,84). Sum of RGB (Red+Green+Blue) = 6+98+84=188 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.19% from 188); Green value is 98 (38.67% from 255 or 52.13% from 188); Blue value is 84 (33.20% from 255 or 44.68% from 188); Max value from RGB is 98 - color contains mainly: green. Hex color #066254 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066254 is #F99DAB. Grayscale: #444444. Windows color (decimal): -16358828 or 5530118. OLE color: 5530118.

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

Color convert

RGB69884-
CMYK0.9400.140.62
HSL170.87º88.46%20.39%-
HSV(B)170.87º93.88%38.43%-
XYZ6.049.419.89-
YUV68.9136.5283.14-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.19%
GREEN value IS 98 (38.67% from 255) = 52.13%
BLUE value IS 84 (33.20% from 255) = 44.68%
R=3.19%
G=52.13%
B=44.68%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal698840.9400.140.62170.8788.4620.39
Hex662545E0E3Eab5814
Octal61421241360167625313024
Binary1101100010101010010111100111011111010101011101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066254; }

 p { color: rgb(6,98,84); }

 H1.HeaderClassName
 {
   color: #066254;
 }
 .AnyTagClassName
 {
   color: #066254;
 }
</style>
background-color css

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

 a { background-color: rgb(6,98,84); }

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

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

 span { border-color: rgb(6,98,84); }

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