Html Css Color HEX #06665B Mosque

📋 copy color: '#06665B'

red 6 ◦ green 102 ◦ blue 91

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

Shades of Mosque #06665B

Tints of Mosque #06665B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 51.26%

 BLUE value IS 91 (35.94% from 255) = 45.73%

R = 3.02%
G = 51.26%
B = 45.73%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.11

 K value IS 0.6

RGB Variations

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

Color information

#06665B (or 0x06665B) is known color: Mosque. HEX triplet: 06, 66 and 5B. RGB value is (6,102,91). Sum of RGB (Red+Green+Blue) = 6+102+91=199 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.02% from 199); Green value is 102 (40.23% from 255 or 51.26% from 199); Blue value is 91 (35.94% from 255 or 45.73% from 199); Max value from RGB is 102 - color contains mainly: green. Hex color #06665B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06665B is #F999A4. Grayscale: #474747. Windows color (decimal): -16357797 or 5989894. OLE color: 5989894.

HSL color Cylindrical-coordinate representation of color #06665B: hue angle of 173.12º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06665B is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.6.

Color convert

RGB 6 102 91 -
CMYK 0.94 0 0.11 0.6
HSL 173.13º 0.89% 0.21% -
HSV(B) 173.13º 0.94% 0.4% -
XYZ 6.71 10.3 11.53 -
YUV 72.04 138.7 80.89 -
System Red Green Blue C M Y K H S L
Decimal 6 102 91 0.94 0 0.11 0.6 173.13 0.89 0.21
Hex 6 66 5B 5E 0 B 3C AD 59 15
Octal 6 146 133 136 0 13 74 255 131 25
Binary 110 1100110 1011011 1011110 0 1011 111100 10101101 1011001 10101

Color Harmonies of #06665B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06665B

Black with #06665B

Text Example


Text Example

White with #06665B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06665B; }

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

 H1.HeaderClassName
 {
   color: #06665B;
 }
 .AnyTagClassName
 {
   color: #06665B;
 }
</style>

background-color css

<style>
 a { background-color: #06665B; }

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

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

border-color css

<style>
 span { border-color: #06665B; }

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

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