Html Css Color HEX #066052 Mosque

📋 copy color: '#066052'

red 6 ◦ green 96 ◦ blue 82

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

Shades of Mosque #066052

Tints of Mosque #066052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 44.57%

R = 3.26%
G = 52.17%
B = 44.57%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#066052 (or 0x066052) is known color: Mosque. HEX triplet: 06, 60 and 52. RGB value is (6,96,82). Sum of RGB (Red+Green+Blue) = 6+96+82=184 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.26% from 184); Green value is 96 (37.89% from 255 or 52.17% from 184); Blue value is 82 (32.42% from 255 or 44.57% from 184); Max value from RGB is 96 - color contains mainly: green. Hex color #066052 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066052 is #F99FAD. Grayscale: #434343. Windows color (decimal): -16359342 or 5398534. OLE color: 5398534.

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

Color convert

RGB 6 96 82 -
CMYK 0.94 0 0.15 0.62
HSL 170.67º 0.88% 0.2% -
HSV(B) 170.67º 0.94% 0.38% -
XYZ 5.78 9.01 9.42 -
YUV 67.49 136.18 84.14 -
System Red Green Blue C M Y K H S L
Decimal 6 96 82 0.94 0 0.15 0.62 170.67 0.88 0.2
Hex 6 60 52 5E 0 F 3E AB 58 14
Octal 6 140 122 136 0 17 76 253 130 24
Binary 110 1100000 1010010 1011110 0 1111 111110 10101011 1011000 10100

Color Harmonies of #066052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066052

Black with #066052

Text Example


Text Example

White with #066052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066052; }

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

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

background-color css

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

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

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

border-color css

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

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

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