Html Css Color HEX #065F62 Mosque

📋 copy color: '#065F62'

red 6 ◦ green 95 ◦ blue 98

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

Shades of Mosque #065F62

Tints of Mosque #065F62

RGB

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

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

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

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

CMYK

 C value IS 0.94

 M value IS 0.03

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

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

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

Color convert

RGB 6 95 98 -
CMYK 0.94 0.03 0 0.62
HSL 181.96º 0.88% 0.2% -
HSV(B) 181.96º 0.94% 0.38% -
XYZ 6.37 9.1 12.98 -
YUV 68.73 144.51 83.26 -
System Red Green Blue C M Y K H S L
Decimal 6 95 98 0.94 0.03 0 0.62 181.96 0.88 0.2
Hex 6 5F 62 5E 3 0 3E B6 58 14
Octal 6 137 142 136 3 0 76 266 130 24
Binary 110 1011111 1100010 1011110 11 0 111110 10110110 1011000 10100

Color Harmonies of #065F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065F62

Black with #065F62

Text Example


Text Example

White with #065F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065F62; }

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

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

background-color css

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

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

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

border-color css

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

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

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