Html Css Color HEX #06605A Mosque

📋 copy color: '#06605A'

red 6 ◦ green 96 ◦ blue 90

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

Shades of Mosque #06605A

Tints of Mosque #06605A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 50%

 BLUE value IS 90 (35.55% from 255) = 46.88%

R = 3.13%
G = 50%
B = 46.88%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#06605A (or 0x06605A) is known color: Mosque. HEX triplet: 06, 60 and 5A. RGB value is (6,96,90). Sum of RGB (Red+Green+Blue) = 6+96+90=192 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.12% from 192); Green value is 96 (37.89% from 255 or 50% from 192); Blue value is 90 (35.55% from 255 or 46.88% from 192); Max value from RGB is 96 - color contains mainly: green. Hex color #06605A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06605A is #F99FA5. Grayscale: #444444. Windows color (decimal): -16359334 or 5922822. OLE color: 5922822.

HSL color Cylindrical-coordinate representation of color #06605A: hue angle of 176º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06605A is Cyan = 0.94, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB 6 96 90 -
CMYK 0.94 0 0.06 0.62
HSL 176º 0.88% 0.2% -
HSV(B) 176º 0.94% 0.38% -
XYZ 6.1 9.14 11.12 -
YUV 68.41 140.18 83.49 -
System Red Green Blue C M Y K H S L
Decimal 6 96 90 0.94 0 0.06 0.62 176 0.88 0.2
Hex 6 60 5A 5E 0 6 3E B0 58 14
Octal 6 140 132 136 0 6 76 260 130 24
Binary 110 1100000 1011010 1011110 0 110 111110 10110000 1011000 10100

Color Harmonies of #06605A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06605A

Black with #06605A

Text Example


Text Example

White with #06605A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06605A; }

 p { color: rgb(6,96,90); }

 H1.HeaderClassName
 {
   color: #06605A;
 }
 .AnyTagClassName
 {
   color: #06605A;
 }
</style>

background-color css

<style>
 a { background-color: #06605A; }

 a { background-color: rgb(6,96,90); }

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

border-color css

<style>
 span { border-color: #06605A; }

 span { border-color: rgb(6,96,90); }

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