Html Css Color HEX #066560 Mosque

📋 copy color: '#066560'

red 6 ◦ green 101 ◦ blue 96

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

Shades of Mosque #066560

Tints of Mosque #066560

RGB

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

 GREEN value IS 101 (39.84% from 255) = 49.75%

 BLUE value IS 96 (37.89% from 255) = 47.29%

R = 2.96%
G = 49.75%
B = 47.29%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.05

 K value IS 0.60

RGB Variations

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

Color information

#066560 (or 0x066560) is known color: Mosque. HEX triplet: 06, 65 and 60. RGB value is (6,101,96). Sum of RGB (Red+Green+Blue) = 6+101+96=203 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.96% from 203); Green value is 101 (39.84% from 255 or 49.75% from 203); Blue value is 96 (37.89% from 255 or 47.29% from 203); Max value from RGB is 101 - color contains mainly: green. Hex color #066560 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066560 is #F99A9F. Grayscale: #474747. Windows color (decimal): -16358048 or 6317318. OLE color: 6317318.

HSL color Cylindrical-coordinate representation of color #066560: hue angle of 176.84º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066560 is Cyan = 0.94, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.60.

Color convert

RGB 6 101 96 -
CMYK 0.94 0 0.05 0.60
HSL 176.84º 0.89% 0.21% -
HSV(B) 176.84º 0.94% 0.4% -
XYZ 6.84 10.19 12.67 -
YUV 72.03 141.53 80.91 -
System Red Green Blue C M Y K H S L
Decimal 6 101 96 0.94 0 0.05 0.60 176.84 0.89 0.21
Hex 6 65 60 5E 0 5 3C B1 59 15
Octal 6 145 140 136 0 5 74 261 131 25
Binary 110 1100101 1100000 1011110 0 101 111100 10110001 1011001 10101

Color Harmonies of #066560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066560

Black with #066560

Text Example


Text Example

White with #066560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066560; }

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

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

background-color css

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

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

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

border-color css

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

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

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