Html Css Color HEX #064946 Cyprus

📋 copy color: '#064946'

red 6 ◦ green 73 ◦ blue 70

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

Shades of Cyprus #064946

Tints of Cyprus #064946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 46.98%

R = 4.03%
G = 48.99%
B = 46.98%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.04

 K value IS 0.71

RGB Variations

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

Color information

#064946 (or 0x064946) is known color: Cyprus. HEX triplet: 06, 49 and 46. RGB value is (6,73,70). Sum of RGB (Red+Green+Blue) = 6+73+70=149 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.03% from 149); Green value is 73 (28.91% from 255 or 48.99% from 149); Blue value is 70 (27.73% from 255 or 46.98% from 149); Max value from RGB is 73 - color contains mainly: green. Hex color #064946 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064946 is #F9B6B9. Grayscale: #343434. Windows color (decimal): -16365242 or 4606214. OLE color: 4606214.

HSL color Cylindrical-coordinate representation of color #064946: hue angle of 177.31º 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 #064946 is Cyan = 0.92, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.71.

Color convert

RGB 6 73 70 -
CMYK 0.92 0 0.04 0.71
HSL 177.31º 0.85% 0.15% -
HSV(B) 177.31º 0.92% 0.29% -
XYZ 3.56 5.25 6.62 -
YUV 52.63 137.8 94.74 -
System Red Green Blue C M Y K H S L
Decimal 6 73 70 0.92 0 0.04 0.71 177.31 0.85 0.15
Hex 6 49 46 5C 0 4 47 B1 55 F
Octal 6 111 106 134 0 4 107 261 125 17
Binary 110 1001001 1000110 1011100 0 100 1000111 10110001 1010101 1111

Color Harmonies of #064946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064946

Black with #064946

Text Example


Text Example

White with #064946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064946; }

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

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

background-color css

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

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

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

border-color css

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

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

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