Html Css Color HEX #066263 Mosque

📋 copy color: '#066263'

red 6 ◦ green 98 ◦ blue 99

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

Shades of Mosque #066263

Tints of Mosque #066263

RGB

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

 GREEN value IS 98 (38.67% from 255) = 48.28%

 BLUE value IS 99 (39.06% from 255) = 48.77%

R = 2.96%
G = 48.28%
B = 48.77%

CMYK

 C value IS 0.94

 M value IS 0.01

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#066263 (or 0x066263) is known color: Mosque. HEX triplet: 06, 62 and 63. RGB value is (6,98,99). Sum of RGB (Red+Green+Blue) = 6+98+99=203 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.96% from 203); Green value is 98 (38.67% from 255 or 48.28% from 203); Blue value is 99 (39.06% from 255 or 48.77% from 203); Max value from RGB is 99 - color contains mainly: blue. Hex color #066263 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066263 is #F99D9C. Grayscale: #464646. Windows color (decimal): -16358813 or 6513158. OLE color: 6513158.

HSL color Cylindrical-coordinate representation of color #066263: hue angle of 180.65º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066263 is Cyan = 0.94, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 6 98 99 -
CMYK 0.94 0.01 0 0.61
HSL 180.65º 0.89% 0.21% -
HSV(B) 180.65º 0.94% 0.39% -
XYZ 6.69 9.67 13.32 -
YUV 70.61 144.02 81.92 -
System Red Green Blue C M Y K H S L
Decimal 6 98 99 0.94 0.01 0 0.61 180.65 0.89 0.21
Hex 6 62 63 5E 1 0 3D B5 59 15
Octal 6 142 143 136 1 0 75 265 131 25
Binary 110 1100010 1100011 1011110 1 0 111101 10110101 1011001 10101

Color Harmonies of #066263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066263

Black with #066263

Text Example


Text Example

White with #066263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066263; }

 p { color: rgb(6,98,99); }

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

background-color css

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

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

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

border-color css

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

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

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