Html Css Color HEX #065654 Mosque

📋 copy color: '#065654'

red 6 ◦ green 86 ◦ blue 84

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

Shades of Mosque #065654

Tints of Mosque #065654

RGB

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

 GREEN value IS 86 (33.98% from 255) = 48.86%

 BLUE value IS 84 (33.2% from 255) = 47.73%

R = 3.41%
G = 48.86%
B = 47.73%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.02

 K value IS 0.66

RGB Variations

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

Color information

#065654 (or 0x065654) is known color: Mosque. HEX triplet: 06, 56 and 54. RGB value is (6,86,84). Sum of RGB (Red+Green+Blue) = 6+86+84=176 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.41% from 176); Green value is 86 (33.98% from 255 or 48.86% from 176); Blue value is 84 (33.20% from 255 or 47.73% from 176); Max value from RGB is 86 - color contains mainly: green. Hex color #065654 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065654 is #F9A9AB. Grayscale: #3D3D3D. Windows color (decimal): -16361900 or 5527046. OLE color: 5527046.

HSL color Cylindrical-coordinate representation of color #065654: hue angle of 178.5º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065654 is Cyan = 0.93, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.66.

Color convert

RGB 6 86 84 -
CMYK 0.93 0 0.02 0.66
HSL 178.5º 0.87% 0.18% -
HSV(B) 178.5º 0.93% 0.34% -
XYZ 5 7.33 9.54 -
YUV 61.85 140.5 88.16 -
System Red Green Blue C M Y K H S L
Decimal 6 86 84 0.93 0 0.02 0.66 178.5 0.87 0.18
Hex 6 56 54 5D 0 2 42 B2 57 12
Octal 6 126 124 135 0 2 102 262 127 22
Binary 110 1010110 1010100 1011101 0 10 1000010 10110010 1010111 10010

Color Harmonies of #065654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065654

Black with #065654

Text Example


Text Example

White with #065654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065654; }

 p { color: rgb(6,86,84); }

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

background-color css

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

 a { background-color: rgb(6,86,84); }

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

border-color css

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

 span { border-color: rgb(6,86,84); }

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