Html Css Color HEX #064E47 Cyprus

📋 copy color: '#064E47'

red 6 ◦ green 78 ◦ blue 71

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

Shades of Cyprus #064E47

Tints of Cyprus #064E47

RGB

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

 GREEN value IS 78 (30.86% from 255) = 50.32%

 BLUE value IS 71 (28.13% from 255) = 45.81%

R = 3.87%
G = 50.32%
B = 45.81%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#064E47 (or 0x064E47) is known color: Cyprus. HEX triplet: 06, 4E and 47. RGB value is (6,78,71). Sum of RGB (Red+Green+Blue) = 6+78+71=155 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.87% from 155); Green value is 78 (30.86% from 255 or 50.32% from 155); Blue value is 71 (28.12% from 255 or 45.81% from 155); Max value from RGB is 78 - color contains mainly: green. Hex color #064E47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #064E47 is #F9B1B8. Grayscale: #373737. Windows color (decimal): -16363961 or 4673030. OLE color: 4673030.

HSL color Cylindrical-coordinate representation of color #064E47: hue angle of 174.17º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064E47 is Cyan = 0.92, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB 6 78 71 -
CMYK 0.92 0 0.09 0.69
HSL 174.17º 0.86% 0.16% -
HSV(B) 174.17º 0.92% 0.31% -
XYZ 3.94 5.94 6.9 -
YUV 55.67 136.65 92.57 -
System Red Green Blue C M Y K H S L
Decimal 6 78 71 0.92 0 0.09 0.69 174.17 0.86 0.16
Hex 6 4E 47 5C 0 9 45 AE 56 10
Octal 6 116 107 134 0 11 105 256 126 20
Binary 110 1001110 1000111 1011100 0 1001 1000101 10101110 1010110 10000

Color Harmonies of #064E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064E47

Black with #064E47

Text Example


Text Example

White with #064E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064E47; }

 p { color: rgb(6,78,71); }

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

background-color css

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

 a { background-color: rgb(6,78,71); }

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

border-color css

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

 span { border-color: rgb(6,78,71); }

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