Html Css Color HEX #064F42 Cyprus

📋 copy color: '#064F42'

red 6 ◦ green 79 ◦ blue 66

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

Shades of Cyprus #064F42

Tints of Cyprus #064F42

RGB

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

 GREEN value IS 79 (31.25% from 255) = 52.32%

 BLUE value IS 66 (26.17% from 255) = 43.71%

R = 3.97%
G = 52.32%
B = 43.71%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.16

 K value IS 0.69

RGB Variations

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

Color information

#064F42 (or 0x064F42) is known color: Cyprus. HEX triplet: 06, 4F and 42. RGB value is (6,79,66). Sum of RGB (Red+Green+Blue) = 6+79+66=151 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.97% from 151); Green value is 79 (31.25% from 255 or 52.32% from 151); Blue value is 66 (26.17% from 255 or 43.71% from 151); Max value from RGB is 79 - color contains mainly: green. Hex color #064F42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #064F42 is #F9B0BD. Grayscale: #373737. Windows color (decimal): -16363710 or 4345606. OLE color: 4345606.

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

Color convert

RGB 6 79 66 -
CMYK 0.92 0 0.16 0.69
HSL 169.32º 0.86% 0.17% -
HSV(B) 169.32º 0.92% 0.31% -
XYZ 3.85 6.02 6.11 -
YUV 55.69 133.82 92.56 -
System Red Green Blue C M Y K H S L
Decimal 6 79 66 0.92 0 0.16 0.69 169.32 0.86 0.17
Hex 6 4F 42 5C 0 10 45 A9 56 11
Octal 6 117 102 134 0 20 105 251 126 21
Binary 110 1001111 1000010 1011100 0 10000 1000101 10101001 1010110 10001

Color Harmonies of #064F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064F42

Black with #064F42

Text Example


Text Example

White with #064F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,79,66); }

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

background-color css

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

 a { background-color: rgb(6,79,66); }

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

border-color css

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

 span { border-color: rgb(6,79,66); }

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