Html Css Color HEX #06535F Mosque

📋 copy color: '#06535F'

red 6 ◦ green 83 ◦ blue 95

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

Shades of Mosque #06535F

Tints of Mosque #06535F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 45.11%

 BLUE value IS 95 (37.5% from 255) = 51.63%

R = 3.26%
G = 45.11%
B = 51.63%

CMYK

 C value IS 0.94

 M value IS 0.13

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#06535F (or 0x06535F) is known color: Mosque. HEX triplet: 06, 53 and 5F. RGB value is (6,83,95). Sum of RGB (Red+Green+Blue) = 6+83+95=184 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.26% from 184); Green value is 83 (32.81% from 255 or 45.11% from 184); Blue value is 95 (37.5% from 255 or 51.63% from 184); Max value from RGB is 95 - color contains mainly: blue. Hex color #06535F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06535F is #F9ACA0. Grayscale: #3D3D3D. Windows color (decimal): -16362657 or 6247174. OLE color: 6247174.

HSL color Cylindrical-coordinate representation of color #06535F: hue angle of 188.09º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06535F is Cyan = 0.94, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 6 83 95 -
CMYK 0.94 0.13 0 0.63
HSL 188.09º 0.88% 0.2% -
HSV(B) 188.09º 0.94% 0.37% -
XYZ 5.23 7.05 11.91 -
YUV 61.35 146.99 88.52 -
System Red Green Blue C M Y K H S L
Decimal 6 83 95 0.94 0.13 0 0.63 188.09 0.88 0.2
Hex 6 53 5F 5E D 0 3F BC 58 14
Octal 6 123 137 136 15 0 77 274 130 24
Binary 110 1010011 1011111 1011110 1101 0 111111 10111100 1011000 10100

Color Harmonies of #06535F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06535F

Black with #06535F

Text Example


Text Example

White with #06535F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06535F; }

 p { color: rgb(6,83,95); }

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

background-color css

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

 a { background-color: rgb(6,83,95); }

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

border-color css

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

 span { border-color: rgb(6,83,95); }

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