Html Css Color HEX #06625F Mosque

📋 copy color: '#06625F'

red 6 ◦ green 98 ◦ blue 95

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

Shades of Mosque #06625F

Tints of Mosque #06625F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 47.74%

R = 3.02%
G = 49.25%
B = 47.74%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#06625F (or 0x06625F) is known color: Mosque. HEX triplet: 06, 62 and 5F. RGB value is (6,98,95). Sum of RGB (Red+Green+Blue) = 6+98+95=199 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.02% from 199); Green value is 98 (38.67% from 255 or 49.25% from 199); Blue value is 95 (37.5% from 255 or 47.74% from 199); Max value from RGB is 98 - color contains mainly: green. Hex color #06625F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06625F is #F99DA0. Grayscale: #464646. Windows color (decimal): -16358817 or 6251014. OLE color: 6251014.

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

Color convert

RGB 6 98 95 -
CMYK 0.94 0 0.03 0.62
HSL 178.04º 0.88% 0.2% -
HSV(B) 178.04º 0.94% 0.38% -
XYZ 6.51 9.6 12.34 -
YUV 70.15 142.02 82.24 -
System Red Green Blue C M Y K H S L
Decimal 6 98 95 0.94 0 0.03 0.62 178.04 0.88 0.2
Hex 6 62 5F 5E 0 3 3E B2 58 14
Octal 6 142 137 136 0 3 76 262 130 24
Binary 110 1100010 1011111 1011110 0 11 111110 10110010 1011000 10100

Color Harmonies of #06625F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06625F

Black with #06625F

Text Example


Text Example

White with #06625F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06625F; }

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

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

background-color css

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

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

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

border-color css

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

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

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