Html Css Color HEX #066158 Mosque

📋 copy color: '#066158'

red 6 ◦ green 97 ◦ blue 88

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

Shades of Mosque #066158

Tints of Mosque #066158

RGB

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

 GREEN value IS 97 (38.28% from 255) = 50.79%

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

R = 3.14%
G = 50.79%
B = 46.07%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.09

 K value IS 0.62

RGB Variations

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

Color information

#066158 (or 0x066158) is known color: Mosque. HEX triplet: 06, 61 and 58. RGB value is (6,97,88). Sum of RGB (Red+Green+Blue) = 6+97+88=191 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.14% from 191); Green value is 97 (38.28% from 255 or 50.79% from 191); Blue value is 88 (34.77% from 255 or 46.07% from 191); Max value from RGB is 97 - color contains mainly: green. Hex color #066158 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066158 is #F99EA7. Grayscale: #444444. Windows color (decimal): -16359080 or 5792006. OLE color: 5792006.

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

Color convert

RGB 6 97 88 -
CMYK 0.94 0 0.09 0.62
HSL 174.07º 0.88% 0.2% -
HSV(B) 174.07º 0.94% 0.38% -
XYZ 6.11 9.29 10.7 -
YUV 68.77 138.85 83.23 -
System Red Green Blue C M Y K H S L
Decimal 6 97 88 0.94 0 0.09 0.62 174.07 0.88 0.2
Hex 6 61 58 5E 0 9 3E AE 58 14
Octal 6 141 130 136 0 11 76 256 130 24
Binary 110 1100001 1011000 1011110 0 1001 111110 10101110 1011000 10100

Color Harmonies of #066158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066158

Black with #066158

Text Example


Text Example

White with #066158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066158; }

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

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

background-color css

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

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

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

border-color css

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

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

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