Html Css Color HEX #064945 Cyprus

📋 copy color: '#064945'

red 6 ◦ green 73 ◦ blue 69

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

Shades of Cyprus #064945

Tints of Cyprus #064945

RGB

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

 GREEN value IS 73 (28.91% from 255) = 49.32%

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

R = 4.05%
G = 49.32%
B = 46.62%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.05

 K value IS 0.71

RGB Variations

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

Color information

#064945 (or 0x064945) is known color: Cyprus. HEX triplet: 06, 49 and 45. RGB value is (6,73,69). Sum of RGB (Red+Green+Blue) = 6+73+69=148 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.05% from 148); Green value is 73 (28.91% from 255 or 49.32% from 148); Blue value is 69 (27.34% from 255 or 46.62% from 148); Max value from RGB is 73 - color contains mainly: green. Hex color #064945 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064945 is #F9B6BA. Grayscale: #343434. Windows color (decimal): -16365243 or 4540678. OLE color: 4540678.

HSL color Cylindrical-coordinate representation of color #064945: hue angle of 176.42º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064945 is Cyan = 0.92, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.71.

Color convert

RGB 6 73 69 -
CMYK 0.92 0 0.05 0.71
HSL 176.42º 0.85% 0.15% -
HSV(B) 176.42º 0.92% 0.29% -
XYZ 3.53 5.23 6.45 -
YUV 52.51 137.3 94.83 -
System Red Green Blue C M Y K H S L
Decimal 6 73 69 0.92 0 0.05 0.71 176.42 0.85 0.15
Hex 6 49 45 5C 0 5 47 B0 55 F
Octal 6 111 105 134 0 5 107 260 125 17
Binary 110 1001001 1000101 1011100 0 101 1000111 10110000 1010101 1111

Color Harmonies of #064945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064945

Black with #064945

Text Example


Text Example

White with #064945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064945; }

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

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

background-color css

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

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

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

border-color css

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

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

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