Html Css Color HEX #064E48 Cyprus

📋 copy color: '#064E48'

red 6 ◦ green 78 ◦ blue 72

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

Shades of Cyprus #064E48

Tints of Cyprus #064E48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 46.15%

R = 3.85%
G = 50%
B = 46.15%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#064E48 (or 0x064E48) is known color: Cyprus. HEX triplet: 06, 4E and 48. RGB value is (6,78,72). Sum of RGB (Red+Green+Blue) = 6+78+72=156 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.85% from 156); Green value is 78 (30.86% from 255 or 50% from 156); Blue value is 72 (28.52% from 255 or 46.15% from 156); Max value from RGB is 78 - color contains mainly: green. Hex color #064E48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #064E48 is #F9B1B7. Grayscale: #373737. Windows color (decimal): -16363960 or 4738566. OLE color: 4738566.

HSL color Cylindrical-coordinate representation of color #064E48: hue angle of 175º 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 #064E48 is Cyan = 0.92, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB 6 78 72 -
CMYK 0.92 0 0.08 0.69
HSL 175º 0.86% 0.16% -
HSV(B) 175º 0.92% 0.31% -
XYZ 3.97 5.96 7.07 -
YUV 55.79 137.15 92.49 -
System Red Green Blue C M Y K H S L
Decimal 6 78 72 0.92 0 0.08 0.69 175 0.86 0.16
Hex 6 4E 48 5C 0 8 45 AF 56 10
Octal 6 116 110 134 0 10 105 257 126 20
Binary 110 1001110 1001000 1011100 0 1000 1000101 10101111 1010110 10000

Color Harmonies of #064E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064E48

Black with #064E48

Text Example


Text Example

White with #064E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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