Html Css Color HEX #066358 Mosque

📋 copy color: '#066358'

red 6 ◦ green 99 ◦ blue 88

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

Shades of Mosque #066358

Tints of Mosque #066358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 45.6%

R = 3.11%
G = 51.3%
B = 45.6%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.11

 K value IS 0.61

RGB Variations

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

Color information

#066358 (or 0x066358) is known color: Mosque. HEX triplet: 06, 63 and 58. RGB value is (6,99,88). Sum of RGB (Red+Green+Blue) = 6+99+88=193 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.11% from 193); Green value is 99 (39.06% from 255 or 51.30% from 193); Blue value is 88 (34.77% from 255 or 45.60% from 193); Max value from RGB is 99 - color contains mainly: green. Hex color #066358 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066358 is #F99CA7. Grayscale: #454545. Windows color (decimal): -16358568 or 5792518. OLE color: 5792518.

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

Color convert

RGB 6 99 88 -
CMYK 0.94 0 0.11 0.61
HSL 172.9º 0.89% 0.21% -
HSV(B) 172.9º 0.94% 0.39% -
XYZ 6.3 9.67 10.77 -
YUV 69.94 138.19 82.39 -
System Red Green Blue C M Y K H S L
Decimal 6 99 88 0.94 0 0.11 0.61 172.9 0.89 0.21
Hex 6 63 58 5E 0 B 3D AD 59 15
Octal 6 143 130 136 0 13 75 255 131 25
Binary 110 1100011 1011000 1011110 0 1011 111101 10101101 1011001 10101

Color Harmonies of #066358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066358

Black with #066358

Text Example


Text Example

White with #066358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066358; }

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

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

background-color css

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

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

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

border-color css

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

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

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