Html Css Color HEX #06625A Mosque

📋 copy color: '#06625A'

red 6 ◦ green 98 ◦ blue 90

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

Shades of Mosque #06625A

Tints of Mosque #06625A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 46.39%

R = 3.09%
G = 50.52%
B = 46.39%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#06625A (or 0x06625A) is known color: Mosque. HEX triplet: 06, 62 and 5A. RGB value is (6,98,90). Sum of RGB (Red+Green+Blue) = 6+98+90=194 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.09% from 194); Green value is 98 (38.67% from 255 or 50.52% from 194); Blue value is 90 (35.55% from 255 or 46.39% from 194); Max value from RGB is 98 - color contains mainly: green. Hex color #06625A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06625A is #F99DA5. Grayscale: #454545. Windows color (decimal): -16358822 or 5923334. OLE color: 5923334.

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

Color convert

RGB 6 98 90 -
CMYK 0.94 0 0.08 0.62
HSL 174.78º 0.88% 0.2% -
HSV(B) 174.78º 0.94% 0.38% -
XYZ 6.29 9.51 11.18 -
YUV 69.58 139.52 82.65 -
System Red Green Blue C M Y K H S L
Decimal 6 98 90 0.94 0 0.08 0.62 174.78 0.88 0.2
Hex 6 62 5A 5E 0 8 3E AF 58 14
Octal 6 142 132 136 0 10 76 257 130 24
Binary 110 1100010 1011010 1011110 0 1000 111110 10101111 1011000 10100

Color Harmonies of #06625A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06625A

Black with #06625A

Text Example


Text Example

White with #06625A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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