Html Css Color HEX #066963 Mosque

📋 copy color: '#066963'

red 6 ◦ green 105 ◦ blue 99

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

Shades of Mosque #066963

Tints of Mosque #066963

RGB

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

 GREEN value IS 105 (41.41% from 255) = 50%

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

R = 2.86%
G = 50%
B = 47.14%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#066963 (or 0x066963) is known color: Mosque. HEX triplet: 06, 69 and 63. RGB value is (6,105,99). Sum of RGB (Red+Green+Blue) = 6+105+99=210 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.86% from 210); Green value is 105 (41.41% from 255 or 50% from 210); Blue value is 99 (39.06% from 255 or 47.14% from 210); Max value from RGB is 105 - color contains mainly: green. Hex color #066963 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066963 is #F9969C. Grayscale: #4A4A4A. Windows color (decimal): -16357021 or 6514950. OLE color: 6514950.

HSL color Cylindrical-coordinate representation of color #066963: hue angle of 176.36º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066963 is Cyan = 0.94, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.59.

Color convert

RGB 6 105 99 -
CMYK 0.94 0 0.06 0.59
HSL 176.36º 0.89% 0.22% -
HSV(B) 176.36º 0.94% 0.41% -
XYZ 7.38 11.04 13.55 -
YUV 74.72 141.7 78.99 -
System Red Green Blue C M Y K H S L
Decimal 6 105 99 0.94 0 0.06 0.59 176.36 0.89 0.22
Hex 6 69 63 5E 0 6 3B B0 59 16
Octal 6 151 143 136 0 6 73 260 131 26
Binary 110 1101001 1100011 1011110 0 110 111011 10110000 1011001 10110

Color Harmonies of #066963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066963

Black with #066963

Text Example


Text Example

White with #066963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066963; }

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

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

background-color css

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

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

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

border-color css

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

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

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