Html Css Color HEX #066155 Mosque

📋 copy color: '#066155'

red 6 ◦ green 97 ◦ blue 85

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

Shades of Mosque #066155

Tints of Mosque #066155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 45.21%

R = 3.19%
G = 51.6%
B = 45.21%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.12

 K value IS 0.62

RGB Variations

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

Color information

#066155 (or 0x066155) is known color: Mosque. HEX triplet: 06, 61 and 55. RGB value is (6,97,85). Sum of RGB (Red+Green+Blue) = 6+97+85=188 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.19% from 188); Green value is 97 (38.28% from 255 or 51.60% from 188); Blue value is 85 (33.59% from 255 or 45.21% from 188); Max value from RGB is 97 - color contains mainly: green. Hex color #066155 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066155 is #F99EAA. Grayscale: #444444. Windows color (decimal): -16359083 or 5595398. OLE color: 5595398.

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

Color convert

RGB 6 97 85 -
CMYK 0.94 0 0.12 0.62
HSL 172.09º 0.88% 0.2% -
HSV(B) 172.09º 0.94% 0.38% -
XYZ 5.99 9.24 10.06 -
YUV 68.42 137.35 83.48 -
System Red Green Blue C M Y K H S L
Decimal 6 97 85 0.94 0 0.12 0.62 172.09 0.88 0.2
Hex 6 61 55 5E 0 C 3E AC 58 14
Octal 6 141 125 136 0 14 76 254 130 24
Binary 110 1100001 1010101 1011110 0 1100 111110 10101100 1011000 10100

Color Harmonies of #066155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066155

Black with #066155

Text Example


Text Example

White with #066155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066155; }

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

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

background-color css

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

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

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

border-color css

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

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

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