Html Css Color HEX #06535D Mosque

📋 copy color: '#06535D'

red 6 ◦ green 83 ◦ blue 93

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

Shades of Mosque #06535D

Tints of Mosque #06535D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 51.1%

R = 3.3%
G = 45.6%
B = 51.1%

CMYK

 C value IS 0.94

 M value IS 0.11

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#06535D (or 0x06535D) is known color: Mosque. HEX triplet: 06, 53 and 5D. RGB value is (6,83,93). Sum of RGB (Red+Green+Blue) = 6+83+93=182 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.30% from 182); Green value is 83 (32.81% from 255 or 45.60% from 182); Blue value is 93 (36.72% from 255 or 51.10% from 182); Max value from RGB is 93 - color contains mainly: blue. Hex color #06535D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06535D is #F9ACA2. Grayscale: #3D3D3D. Windows color (decimal): -16362659 or 6116102. OLE color: 6116102.

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

Color convert

RGB 6 83 93 -
CMYK 0.94 0.11 0 0.64
HSL 186.9º 0.88% 0.19% -
HSV(B) 186.9º 0.94% 0.36% -
XYZ 5.14 7.02 11.44 -
YUV 61.12 145.99 88.69 -
System Red Green Blue C M Y K H S L
Decimal 6 83 93 0.94 0.11 0 0.64 186.9 0.88 0.19
Hex 6 53 5D 5E B 0 40 BB 58 13
Octal 6 123 135 136 13 0 100 273 130 23
Binary 110 1010011 1011101 1011110 1011 0 1000000 10111011 1011000 10011

Color Harmonies of #06535D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06535D

Black with #06535D

Text Example


Text Example

White with #06535D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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