Html Css Color HEX #06625C Mosque

📋 copy color: '#06625C'

red 6 ◦ green 98 ◦ blue 92

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

Shades of Mosque #06625C

Tints of Mosque #06625C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 46.94%

R = 3.06%
G = 50%
B = 46.94%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#06625C (or 0x06625C) is known color: Mosque. HEX triplet: 06, 62 and 5C. RGB value is (6,98,92). Sum of RGB (Red+Green+Blue) = 6+98+92=196 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.06% from 196); Green value is 98 (38.67% from 255 or 50% from 196); Blue value is 92 (36.33% from 255 or 46.94% from 196); Max value from RGB is 98 - color contains mainly: green. Hex color #06625C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06625C is #F99DA3. Grayscale: #454545. Windows color (decimal): -16358820 or 6054406. OLE color: 6054406.

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

Color convert

RGB 6 98 92 -
CMYK 0.94 0 0.06 0.62
HSL 176.09º 0.88% 0.2% -
HSV(B) 176.09º 0.94% 0.38% -
XYZ 6.37 9.55 11.63 -
YUV 69.81 140.52 82.49 -
System Red Green Blue C M Y K H S L
Decimal 6 98 92 0.94 0 0.06 0.62 176.09 0.88 0.2
Hex 6 62 5C 5E 0 6 3E B0 58 14
Octal 6 142 134 136 0 6 76 260 130 24
Binary 110 1100010 1011100 1011110 0 110 111110 10110000 1011000 10100

Color Harmonies of #06625C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06625C

Black with #06625C

Text Example


Text Example

White with #06625C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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