#065B4B

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

Shades of Mosque #065B4B

Tints of Mosque #065B4B

Color information

#065B4B (or 0x065B4B) is unknown color: approx Mosque. HEX triplet: 06, 5B and 4B. RGB value is (6,91,75). Sum of RGB (Red+Green+Blue) = 6+91+75=172 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.49% from 172); Green value is 91 (35.94% from 255 or 52.91% from 172); Blue value is 75 (29.69% from 255 or 43.60% from 172); Max value from RGB is 91 - color contains mainly: green. Hex color #065B4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065B4B is #F9A4B4. Grayscale: #3F3F3F. Windows color (decimal): -16360629 or 4938502. OLE color: 4938502.

HSL color Cylindrical-coordinate representation of color #065B4B: hue angle of 168.71º 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 #065B4B is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.64.

Color convert

RGB69175-
CMYK0.9300.180.64
HSL168.71º87.63%19.02%-
HSV(B)168.71º93.41%35.69%-
XYZ5.098.037.94-
YUV63.76134.3486.8-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.49%
GREEN value IS 91 (35.94% from 255) = 52.91%
BLUE value IS 75 (29.69% from 255) = 43.60%
R=3.49%
G=52.91%
B=43.60%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal691750.9300.180.64168.7187.6319.02
Hex65B4B5D01240a95813
Octal613311313502210025113023
Binary110101101110010111011101010010100000010101001101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065B4B; }

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

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

<style>
 a { background-color: #065B4B; }

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

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

<style>
 span { border-color: #065B4B; }

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

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