Html Css Color HEX #066666 Mosque

📋 copy color: '#066666'

red 6 ◦ green 102 ◦ blue 102

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

Shades of Mosque #066666

Tints of Mosque #066666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 48.57%

R = 2.86%
G = 48.57%
B = 48.57%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#066666 (or 0x066666) is known color: Mosque. HEX triplet: 06, 66 and 66. RGB value is (6,102,102). Sum of RGB (Red+Green+Blue) = 6+102+102=210 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.86% from 210); Green value is 102 (40.23% from 255 or 48.57% from 210); Blue value is 102 (40.23% from 255 or 48.57% from 210); Max value from RGB is 102 - color contains mainly: green, blue. Hex color #066666 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066666 is #F99999. Grayscale: #494949. Windows color (decimal): -16357786 or 6710790. OLE color: 6710790.

HSL color Cylindrical-coordinate representation of color #066666: hue angle of 180º 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 #066666 is Cyan = 0.94, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 6 102 102 -
CMYK 0.94 0 0 0.6
HSL 180º 0.89% 0.21% -
HSV(B) 180º 0.94% 0.4% -
XYZ 7.22 10.5 14.22 -
YUV 73.3 144.2 80 -
System Red Green Blue C M Y K H S L
Decimal 6 102 102 0.94 0 0 0.6 180 0.89 0.21
Hex 6 66 66 5E 0 0 3C B4 59 15
Octal 6 146 146 136 0 0 74 264 131 25
Binary 110 1100110 1100110 1011110 0 0 111100 10110100 1011001 10101

Color Harmonies of #066666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066666

Black with #066666

Text Example


Text Example

White with #066666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066666; }

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

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

background-color css

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

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

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

border-color css

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

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

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