Html Css Color HEX #06564B Mosque

📋 copy color: '#06564B'

red 6 ◦ green 86 ◦ blue 75

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

Shades of Mosque #06564B

Tints of Mosque #06564B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 44.91%

R = 3.59%
G = 51.5%
B = 44.91%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.13

 K value IS 0.66

RGB Variations

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

Color information

#06564B (or 0x06564B) is known color: Mosque. HEX triplet: 06, 56 and 4B. RGB value is (6,86,75). Sum of RGB (Red+Green+Blue) = 6+86+75=167 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.59% from 167); Green value is 86 (33.98% from 255 or 51.50% from 167); Blue value is 75 (29.69% from 255 or 44.91% from 167); Max value from RGB is 86 - color contains mainly: green. Hex color #06564B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06564B is #F9A9B4. Grayscale: #3C3C3C. Windows color (decimal): -16361909 or 4937222. OLE color: 4937222.

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

Color convert

RGB 6 86 75 -
CMYK 0.93 0 0.13 0.66
HSL 171.75º 0.87% 0.18% -
HSV(B) 171.75º 0.93% 0.34% -
XYZ 4.67 7.2 7.8 -
YUV 60.83 136 88.89 -
System Red Green Blue C M Y K H S L
Decimal 6 86 75 0.93 0 0.13 0.66 171.75 0.87 0.18
Hex 6 56 4B 5D 0 D 42 AC 57 12
Octal 6 126 113 135 0 15 102 254 127 22
Binary 110 1010110 1001011 1011101 0 1101 1000010 10101100 1010111 10010

Color Harmonies of #06564B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06564B

Black with #06564B

Text Example


Text Example

White with #06564B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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