Html Css Color HEX #066154 Mosque

📋 copy color: '#066154'

red 6 ◦ green 97 ◦ blue 84

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

Shades of Mosque #066154

Tints of Mosque #066154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 44.92%

R = 3.21%
G = 51.87%
B = 44.92%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.13

 K value IS 0.62

RGB Variations

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

Color information

#066154 (or 0x066154) is known color: Mosque. HEX triplet: 06, 61 and 54. RGB value is (6,97,84). Sum of RGB (Red+Green+Blue) = 6+97+84=187 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.21% from 187); Green value is 97 (38.28% from 255 or 51.87% from 187); Blue value is 84 (33.20% from 255 or 44.92% from 187); Max value from RGB is 97 - color contains mainly: green. Hex color #066154 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066154 is #F99EAB. Grayscale: #444444. Windows color (decimal): -16359084 or 5529862. OLE color: 5529862.

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

Color convert

RGB 6 97 84 -
CMYK 0.94 0 0.13 0.62
HSL 171.43º 0.88% 0.2% -
HSV(B) 171.43º 0.94% 0.38% -
XYZ 5.95 9.23 9.86 -
YUV 68.31 136.85 83.56 -
System Red Green Blue C M Y K H S L
Decimal 6 97 84 0.94 0 0.13 0.62 171.43 0.88 0.2
Hex 6 61 54 5E 0 D 3E AB 58 14
Octal 6 141 124 136 0 15 76 253 130 24
Binary 110 1100001 1010100 1011110 0 1101 111110 10101011 1011000 10100

Color Harmonies of #066154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066154

Black with #066154

Text Example


Text Example

White with #066154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066154; }

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

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

background-color css

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

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

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

border-color css

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

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

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