Html Css Color HEX #064D43 Cyprus

📋 copy color: '#064D43'

red 6 ◦ green 77 ◦ blue 67

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

Shades of Cyprus #064D43

Tints of Cyprus #064D43

RGB

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

 GREEN value IS 77 (30.47% from 255) = 51.33%

 BLUE value IS 67 (26.56% from 255) = 44.67%

R = 4%
G = 51.33%
B = 44.67%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.13

 K value IS 0.70

RGB Variations

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

Color information

#064D43 (or 0x064D43) is known color: Cyprus. HEX triplet: 06, 4D and 43. RGB value is (6,77,67). Sum of RGB (Red+Green+Blue) = 6+77+67=150 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4% from 150); Green value is 77 (30.47% from 255 or 51.33% from 150); Blue value is 67 (26.56% from 255 or 44.67% from 150); Max value from RGB is 77 - color contains mainly: green. Hex color #064D43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #064D43 is #F9B2BC. Grayscale: #363636. Windows color (decimal): -16364221 or 4410630. OLE color: 4410630.

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

Color convert

RGB 6 77 67 -
CMYK 0.92 0 0.13 0.70
HSL 171.55º 0.86% 0.16% -
HSV(B) 171.55º 0.92% 0.3% -
XYZ 3.74 5.75 6.22 -
YUV 54.63 134.98 93.31 -
System Red Green Blue C M Y K H S L
Decimal 6 77 67 0.92 0 0.13 0.70 171.55 0.86 0.16
Hex 6 4D 43 5C 0 D 46 AC 56 10
Octal 6 115 103 134 0 15 106 254 126 20
Binary 110 1001101 1000011 1011100 0 1101 1000110 10101100 1010110 10000

Color Harmonies of #064D43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064D43

Black with #064D43

Text Example


Text Example

White with #064D43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,77,67); }

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

background-color css

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

 a { background-color: rgb(6,77,67); }

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

border-color css

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

 span { border-color: rgb(6,77,67); }

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