Html Css Color HEX #066766 Mosque

📋 copy color: '#066766'

red 6 ◦ green 103 ◦ blue 102

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

Shades of Mosque #066766

Tints of Mosque #066766

RGB

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

 GREEN value IS 103 (40.63% from 255) = 48.82%

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

R = 2.84%
G = 48.82%
B = 48.34%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.01

 K value IS 0.60

RGB Variations

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

Color information

#066766 (or 0x066766) is known color: Mosque. HEX triplet: 06, 67 and 66. RGB value is (6,103,102). Sum of RGB (Red+Green+Blue) = 6+103+102=211 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.84% from 211); Green value is 103 (40.62% from 255 or 48.82% from 211); Blue value is 102 (40.23% from 255 or 48.34% from 211); Max value from RGB is 103 - color contains mainly: green. Hex color #066766 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066766 is #F99899. Grayscale: #494949. Windows color (decimal): -16357530 or 6711046. OLE color: 6711046.

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

Color convert

RGB 6 103 102 -
CMYK 0.94 0 0.01 0.60
HSL 179.38º 0.89% 0.21% -
HSV(B) 179.38º 0.94% 0.4% -
XYZ 7.32 10.7 14.25 -
YUV 73.88 143.86 79.58 -
System Red Green Blue C M Y K H S L
Decimal 6 103 102 0.94 0 0.01 0.60 179.38 0.89 0.21
Hex 6 67 66 5E 0 1 3C B3 59 15
Octal 6 147 146 136 0 1 74 263 131 25
Binary 110 1100111 1100110 1011110 0 1 111100 10110011 1011001 10101

Color Harmonies of #066766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066766

Black with #066766

Text Example


Text Example

White with #066766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066766; }

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

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

background-color css

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

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

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

border-color css

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

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

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