Html Css Color HEX #064746 Cyprus

📋 copy color: '#064746'

red 6 ◦ green 71 ◦ blue 70

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

Shades of Cyprus #064746

Tints of Cyprus #064746

RGB

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

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

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

R = 4.08%
G = 48.3%
B = 47.62%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#064746 (or 0x064746) is known color: Cyprus. HEX triplet: 06, 47 and 46. RGB value is (6,71,70). Sum of RGB (Red+Green+Blue) = 6+71+70=147 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.08% from 147); Green value is 71 (28.12% from 255 or 48.30% from 147); Blue value is 70 (27.73% from 255 or 47.62% from 147); Max value from RGB is 71 - color contains mainly: green. Hex color #064746 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064746 is #F9B8B9. Grayscale: #333333. Windows color (decimal): -16365754 or 4605702. OLE color: 4605702.

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

Color convert

RGB 6 71 70 -
CMYK 0.92 0 0.01 0.72
HSL 179.08º 0.84% 0.15% -
HSV(B) 179.08º 0.92% 0.28% -
XYZ 3.43 4.99 6.58 -
YUV 51.45 138.47 95.58 -
System Red Green Blue C M Y K H S L
Decimal 6 71 70 0.92 0 0.01 0.72 179.08 0.84 0.15
Hex 6 47 46 5C 0 1 48 B3 54 F
Octal 6 107 106 134 0 1 110 263 124 17
Binary 110 1000111 1000110 1011100 0 1 1001000 10110011 1010100 1111

Color Harmonies of #064746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064746

Black with #064746

Text Example


Text Example

White with #064746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064746; }

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

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

background-color css

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

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

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

border-color css

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

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

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