#06635A

Color #06635A Mosque (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mosque #06635A

Tints of Mosque #06635A

Color information

#06635A (or 0x06635A) is unknown color: approx Mosque. HEX triplet: 06, 63 and 5A. RGB value is (6,99,90). Sum of RGB (Red+Green+Blue) = 6+99+90=195 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.08% from 195); Green value is 99 (39.06% from 255 or 50.77% from 195); Blue value is 90 (35.55% from 255 or 46.15% from 195); Max value from RGB is 99 - color contains mainly: green. Hex color #06635A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06635A is #F99CA5. Grayscale: #464646. Windows color (decimal): -16358566 or 5923590. OLE color: 5923590.

HSL color Cylindrical-coordinate representation of color #06635A: hue angle of 174.19º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06635A is Cyan = 0.94, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.61.

Color convert

RGB69990-
CMYK0.9400.090.61
HSL174.19º88.57%20.59%-
HSV(B)174.19º93.94%38.82%-
XYZ6.389.711.21-
YUV70.17139.1982.23-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.08%
GREEN value IS 99 (39.06% from 255) = 50.77%
BLUE value IS 90 (35.55% from 255) = 46.15%
R=3.08%
G=50.77%
B=46.15%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal699900.9400.090.61174.1988.5720.59
Hex6635A5E093Dae5915
Octal61431321360117525613125
Binary1101100011101101010111100100111110110101110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06635A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #06635A;
 }
 .AnyTagClassName
 {
   color: #06635A;
 }
</style>
background-color css

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

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

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

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

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

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