Html Css Color HEX #006B66 Mosque

📋 copy color: '#006B66'

red 0 ◦ green 107 ◦ blue 102

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

Shades of Mosque #006B66

Tints of Mosque #006B66

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 107 (42.19% from 255) = 51.2%

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

R = 0%
G = 51.2%
B = 48.8%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.05

 K value IS 0.58

RGB Variations

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

Color information

#006B66 (or 0x006B66) is known color: Mosque. HEX triplet: 00, 6B and 66. RGB value is (0,107,102). Sum of RGB (Red+Green+Blue) = 0+107+102=209 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 209); Green value is 107 (42.19% from 255 or 51.20% from 209); Blue value is 102 (40.23% from 255 or 48.80% from 209); Max value from RGB is 107 - color contains mainly: green. Hex color #006B66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006B66 is #FF9499. Grayscale: #4A4A4A. Windows color (decimal): -16749722 or 6712064. OLE color: 6712064.

HSL color Cylindrical-coordinate representation of color #006B66: hue angle of 177.2º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006B66 is Cyan = 1, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.58.

Color convert

RGB 0 107 102 -
CMYK 1 0 0.05 0.58
HSL 177.2º 1% 0.21% -
HSV(B) 177.2º 1% 0.42% -
XYZ 7.66 11.47 14.38 -
YUV 74.44 143.55 74.91 -
System Red Green Blue C M Y K H S L
Decimal 0 107 102 1 0 0.05 0.58 177.2 1 0.21
Hex 0 6B 66 64 0 5 3A B1 64 15
Octal 0 153 146 144 0 5 72 261 144 25
Binary 0 1101011 1100110 1100100 0 101 111010 10110001 1100100 10101

Color Harmonies of #006B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006B66

Black with #006B66

Text Example


Text Example

White with #006B66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006B66; }

 p { color: rgb(0,107,102); }

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

background-color css

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

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

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

border-color css

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

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

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