Html Css Color HEX #06564C Mosque

📋 copy color: '#06564C'

red 6 ◦ green 86 ◦ blue 76

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

Shades of Mosque #06564C

Tints of Mosque #06564C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 45.24%

R = 3.57%
G = 51.19%
B = 45.24%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.12

 K value IS 0.66

RGB Variations

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

Color information

#06564C (or 0x06564C) is known color: Mosque. HEX triplet: 06, 56 and 4C. RGB value is (6,86,76). Sum of RGB (Red+Green+Blue) = 6+86+76=168 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.57% from 168); Green value is 86 (33.98% from 255 or 51.19% from 168); Blue value is 76 (30.08% from 255 or 45.24% from 168); Max value from RGB is 86 - color contains mainly: green. Hex color #06564C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06564C is #F9A9B3. Grayscale: #3C3C3C. Windows color (decimal): -16361908 or 5002758. OLE color: 5002758.

HSL color Cylindrical-coordinate representation of color #06564C: hue angle of 172.5º 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 #06564C is Cyan = 0.93, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.66.

Color convert

RGB 6 86 76 -
CMYK 0.93 0 0.12 0.66
HSL 172.5º 0.87% 0.18% -
HSV(B) 172.5º 0.93% 0.34% -
XYZ 4.71 7.22 7.98 -
YUV 60.94 136.5 88.81 -
System Red Green Blue C M Y K H S L
Decimal 6 86 76 0.93 0 0.12 0.66 172.5 0.87 0.18
Hex 6 56 4C 5D 0 C 42 AC 57 12
Octal 6 126 114 135 0 14 102 254 127 22
Binary 110 1010110 1001100 1011101 0 1100 1000010 10101100 1010111 10010

Color Harmonies of #06564C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06564C

Black with #06564C

Text Example


Text Example

White with #06564C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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