Html Css Color HEX #06564D Mosque

📋 copy color: '#06564D'

red 6 ◦ green 86 ◦ blue 77

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

Shades of Mosque #06564D

Tints of Mosque #06564D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 50.89%

 BLUE value IS 77 (30.47% from 255) = 45.56%

R = 3.55%
G = 50.89%
B = 45.56%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.10

 K value IS 0.66

RGB Variations

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

Color information

#06564D (or 0x06564D) is known color: Mosque. HEX triplet: 06, 56 and 4D. RGB value is (6,86,77). Sum of RGB (Red+Green+Blue) = 6+86+77=169 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.55% from 169); Green value is 86 (33.98% from 255 or 50.89% from 169); Blue value is 77 (30.47% from 255 or 45.56% from 169); Max value from RGB is 86 - color contains mainly: green. Hex color #06564D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06564D is #F9A9B2. Grayscale: #3D3D3D. Windows color (decimal): -16361907 or 5068294. OLE color: 5068294.

HSL color Cylindrical-coordinate representation of color #06564D: hue angle of 173.25º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06564D is Cyan = 0.93, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB 6 86 77 -
CMYK 0.93 0 0.10 0.66
HSL 173.25º 0.87% 0.18% -
HSV(B) 173.25º 0.93% 0.34% -
XYZ 4.74 7.23 8.17 -
YUV 61.05 137 88.73 -
System Red Green Blue C M Y K H S L
Decimal 6 86 77 0.93 0 0.10 0.66 173.25 0.87 0.18
Hex 6 56 4D 5D 0 A 42 AD 57 12
Octal 6 126 115 135 0 12 102 255 127 22
Binary 110 1010110 1001101 1011101 0 1010 1000010 10101101 1010111 10010

Color Harmonies of #06564D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06564D

Black with #06564D

Text Example


Text Example

White with #06564D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06564D; }

 p { color: rgb(6,86,77); }

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

background-color css

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

 a { background-color: rgb(6,86,77); }

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

border-color css

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

 span { border-color: rgb(6,86,77); }

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