#064344

Color #064344 Cyprus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cyprus #064344

Tints of Cyprus #064344

Color information

#064344 (or 0x064344) is unknown color: approx Cyprus. HEX triplet: 06, 43 and 44. RGB value is (6,67,68). Sum of RGB (Red+Green+Blue) = 6+67+68=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 67 (26.56% from 255 or 47.52% from 141); Blue value is 68 (26.95% from 255 or 48.23% from 141); Max value from RGB is 68 - color contains mainly: blue. Hex color #064344 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064344 is #F9BCBB. Grayscale: #303030. Windows color (decimal): -16366780 or 4473606. OLE color: 4473606.

HSL color Cylindrical-coordinate representation of color #064344: hue angle of 180.97º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064344 is Cyan = 0.91, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB66768-
CMYK0.910.0100.73
HSL180.97º83.78%14.51%-
HSV(B)180.97º91.18%26.67%-
XYZ3.134.476.17-
YUV48.88138.7997.42-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.26%
GREEN value IS 67 (26.56% from 255) = 47.52%
BLUE value IS 68 (26.95% from 255) = 48.23%
R=4.26%
G=47.52%
B=48.23%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal667680.910.0100.73180.9783.7814.51
Hex643445B1049b554f
Octal61031041331011126512417
Binary1101000011100010010110111010010011011010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064344; }

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

 H1.HeaderClassName
 {
   color: #064344;
 }
 .AnyTagClassName
 {
   color: #064344;
 }
</style>
background-color css

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

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

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

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

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

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