Html Css Color HEX #066058 Mosque

📋 copy color: '#066058'

red 6 ◦ green 96 ◦ blue 88

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

Shades of Mosque #066058

Tints of Mosque #066058

RGB

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

 GREEN value IS 96 (37.89% from 255) = 50.53%

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

R = 3.16%
G = 50.53%
B = 46.32%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#066058 (or 0x066058) is known color: Mosque. HEX triplet: 06, 60 and 58. RGB value is (6,96,88). Sum of RGB (Red+Green+Blue) = 6+96+88=190 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.16% from 190); Green value is 96 (37.89% from 255 or 50.53% from 190); Blue value is 88 (34.77% from 255 or 46.32% from 190); Max value from RGB is 96 - color contains mainly: green. Hex color #066058 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066058 is #F99FA7. Grayscale: #444444. Windows color (decimal): -16359336 or 5791750. OLE color: 5791750.

HSL color Cylindrical-coordinate representation of color #066058: hue angle of 174.67º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066058 is Cyan = 0.94, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB 6 96 88 -
CMYK 0.94 0 0.08 0.62
HSL 174.67º 0.88% 0.2% -
HSV(B) 174.67º 0.94% 0.38% -
XYZ 6.02 9.11 10.67 -
YUV 68.18 139.18 83.65 -
System Red Green Blue C M Y K H S L
Decimal 6 96 88 0.94 0 0.08 0.62 174.67 0.88 0.2
Hex 6 60 58 5E 0 8 3E AF 58 14
Octal 6 140 130 136 0 10 76 257 130 24
Binary 110 1100000 1011000 1011110 0 1000 111110 10101111 1011000 10100

Color Harmonies of #066058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066058

Black with #066058

Text Example


Text Example

White with #066058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066058; }

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

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

background-color css

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

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

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

border-color css

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

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

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