Html Css Color HEX #066355 Mosque

📋 copy color: '#066355'

red 6 ◦ green 99 ◦ blue 85

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

Shades of Mosque #066355

Tints of Mosque #066355

RGB

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

 GREEN value IS 99 (39.06% from 255) = 52.11%

 BLUE value IS 85 (33.59% from 255) = 44.74%

R = 3.16%
G = 52.11%
B = 44.74%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.14

 K value IS 0.61

RGB Variations

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

Color information

#066355 (or 0x066355) is known color: Mosque. HEX triplet: 06, 63 and 55. RGB value is (6,99,85). Sum of RGB (Red+Green+Blue) = 6+99+85=190 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.16% from 190); Green value is 99 (39.06% from 255 or 52.11% from 190); Blue value is 85 (33.59% from 255 or 44.74% from 190); Max value from RGB is 99 - color contains mainly: green. Hex color #066355 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066355 is #F99CAA. Grayscale: #454545. Windows color (decimal): -16358571 or 5595910. OLE color: 5595910.

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

Color convert

RGB 6 99 85 -
CMYK 0.94 0 0.14 0.61
HSL 170.97º 0.89% 0.21% -
HSV(B) 170.97º 0.94% 0.39% -
XYZ 6.18 9.62 10.13 -
YUV 69.6 136.69 82.64 -
System Red Green Blue C M Y K H S L
Decimal 6 99 85 0.94 0 0.14 0.61 170.97 0.89 0.21
Hex 6 63 55 5E 0 E 3D AB 59 15
Octal 6 143 125 136 0 16 75 253 131 25
Binary 110 1100011 1010101 1011110 0 1110 111101 10101011 1011001 10101

Color Harmonies of #066355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066355

Black with #066355

Text Example


Text Example

White with #066355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066355; }

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

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

background-color css

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

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

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

border-color css

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

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

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