Html Css Color HEX #064745 Cyprus

📋 copy color: '#064745'

red 6 ◦ green 71 ◦ blue 69

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

Shades of Cyprus #064745

Tints of Cyprus #064745

RGB

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

 GREEN value IS 71 (28.13% from 255) = 48.63%

 BLUE value IS 69 (27.34% from 255) = 47.26%

R = 4.11%
G = 48.63%
B = 47.26%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#064745 (or 0x064745) is known color: Cyprus. HEX triplet: 06, 47 and 45. RGB value is (6,71,69). Sum of RGB (Red+Green+Blue) = 6+71+69=146 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.11% from 146); Green value is 71 (28.12% from 255 or 48.63% from 146); Blue value is 69 (27.34% from 255 or 47.26% from 146); Max value from RGB is 71 - color contains mainly: green. Hex color #064745 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064745 is #F9B8BA. Grayscale: #333333. Windows color (decimal): -16365755 or 4540166. OLE color: 4540166.

HSL color Cylindrical-coordinate representation of color #064745: hue angle of 178.15º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064745 is Cyan = 0.92, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.72.

Color convert

RGB 6 71 69 -
CMYK 0.92 0 0.03 0.72
HSL 178.15º 0.84% 0.15% -
HSV(B) 178.15º 0.92% 0.28% -
XYZ 3.4 4.97 6.41 -
YUV 51.34 137.97 95.66 -
System Red Green Blue C M Y K H S L
Decimal 6 71 69 0.92 0 0.03 0.72 178.15 0.84 0.15
Hex 6 47 45 5C 0 3 48 B2 54 F
Octal 6 107 105 134 0 3 110 262 124 17
Binary 110 1000111 1000101 1011100 0 11 1001000 10110010 1010100 1111

Color Harmonies of #064745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064745

Black with #064745

Text Example


Text Example

White with #064745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064745; }

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

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

background-color css

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

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

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

border-color css

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

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

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