Html Css Color HEX #066256 Mosque

📋 copy color: '#066256'

red 6 ◦ green 98 ◦ blue 86

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

Shades of Mosque #066256

Tints of Mosque #066256

RGB

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

 GREEN value IS 98 (38.67% from 255) = 51.58%

 BLUE value IS 86 (33.98% from 255) = 45.26%

R = 3.16%
G = 51.58%
B = 45.26%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.12

 K value IS 0.62

RGB Variations

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

Color information

#066256 (or 0x066256) is known color: Mosque. HEX triplet: 06, 62 and 56. RGB value is (6,98,86). Sum of RGB (Red+Green+Blue) = 6+98+86=190 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.16% from 190); Green value is 98 (38.67% from 255 or 51.58% from 190); Blue value is 86 (33.98% from 255 or 45.26% from 190); Max value from RGB is 98 - color contains mainly: green. Hex color #066256 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066256 is #F99DA9. Grayscale: #454545. Windows color (decimal): -16358826 or 5661190. OLE color: 5661190.

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

Color convert

RGB 6 98 86 -
CMYK 0.94 0 0.12 0.62
HSL 172.17º 0.88% 0.2% -
HSV(B) 172.17º 0.94% 0.38% -
XYZ 6.12 9.45 10.3 -
YUV 69.12 137.52 82.98 -
System Red Green Blue C M Y K H S L
Decimal 6 98 86 0.94 0 0.12 0.62 172.17 0.88 0.2
Hex 6 62 56 5E 0 C 3E AC 58 14
Octal 6 142 126 136 0 14 76 254 130 24
Binary 110 1100010 1010110 1011110 0 1100 111110 10101100 1011000 10100

Color Harmonies of #066256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066256

Black with #066256

Text Example


Text Example

White with #066256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066256; }

 p { color: rgb(6,98,86); }

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

background-color css

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

 a { background-color: rgb(6,98,86); }

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

border-color css

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

 span { border-color: rgb(6,98,86); }

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