Html Css Color HEX #06565B Mosque

📋 copy color: '#06565B'

red 6 ◦ green 86 ◦ blue 91

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

Shades of Mosque #06565B

Tints of Mosque #06565B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 49.73%

R = 3.28%
G = 46.99%
B = 49.73%

CMYK

 C value IS 0.93

 M value IS 0.05

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#06565B (or 0x06565B) is known color: Mosque. HEX triplet: 06, 56 and 5B. RGB value is (6,86,91). Sum of RGB (Red+Green+Blue) = 6+86+91=183 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.28% from 183); Green value is 86 (33.98% from 255 or 46.99% from 183); Blue value is 91 (35.94% from 255 or 49.73% from 183); Max value from RGB is 91 - color contains mainly: blue. Hex color #06565B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06565B is #F9A9A4. Grayscale: #3E3E3E. Windows color (decimal): -16361893 or 5985798. OLE color: 5985798.

HSL color Cylindrical-coordinate representation of color #06565B: hue angle of 183.53º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06565B is Cyan = 0.93, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 6 86 91 -
CMYK 0.93 0.05 0 0.64
HSL 183.53º 0.88% 0.19% -
HSV(B) 183.53º 0.93% 0.36% -
XYZ 5.29 7.45 11.06 -
YUV 62.65 144 87.59 -
System Red Green Blue C M Y K H S L
Decimal 6 86 91 0.93 0.05 0 0.64 183.53 0.88 0.19
Hex 6 56 5B 5D 5 0 40 B8 58 13
Octal 6 126 133 135 5 0 100 270 130 23
Binary 110 1010110 1011011 1011101 101 0 1000000 10111000 1011000 10011

Color Harmonies of #06565B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06565B

Black with #06565B

Text Example


Text Example

White with #06565B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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