Html Css Color HEX #066558 Mosque

📋 copy color: '#066558'

red 6 ◦ green 101 ◦ blue 88

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

Shades of Mosque #066558

Tints of Mosque #066558

RGB

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

 GREEN value IS 101 (39.84% from 255) = 51.79%

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

R = 3.08%
G = 51.79%
B = 45.13%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.13

 K value IS 0.60

RGB Variations

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

Color information

#066558 (or 0x066558) is known color: Mosque. HEX triplet: 06, 65 and 58. RGB value is (6,101,88). Sum of RGB (Red+Green+Blue) = 6+101+88=195 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.08% from 195); Green value is 101 (39.84% from 255 or 51.79% from 195); Blue value is 88 (34.77% from 255 or 45.13% from 195); Max value from RGB is 101 - color contains mainly: green. Hex color #066558 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066558 is #F99AA7. Grayscale: #474747. Windows color (decimal): -16358056 or 5793030. OLE color: 5793030.

HSL color Cylindrical-coordinate representation of color #066558: hue angle of 171.79º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066558 is Cyan = 0.94, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.60.

Color convert

RGB 6 101 88 -
CMYK 0.94 0 0.13 0.60
HSL 171.79º 0.89% 0.21% -
HSV(B) 171.79º 0.94% 0.4% -
XYZ 6.49 10.05 10.83 -
YUV 71.11 137.53 81.56 -
System Red Green Blue C M Y K H S L
Decimal 6 101 88 0.94 0 0.13 0.60 171.79 0.89 0.21
Hex 6 65 58 5E 0 D 3C AC 59 15
Octal 6 145 130 136 0 15 74 254 131 25
Binary 110 1100101 1011000 1011110 0 1101 111100 10101100 1011001 10101

Color Harmonies of #066558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066558

Black with #066558

Text Example


Text Example

White with #066558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066558; }

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

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

background-color css

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

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

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

border-color css

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

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

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