#064343

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

Shades of Cyprus #064343

Tints of Cyprus #064343

Color information

#064343 (or 0x064343) is unknown color: approx Cyprus. HEX triplet: 06, 43 and 43. RGB value is (6,67,67). Sum of RGB (Red+Green+Blue) = 6+67+67=140 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.29% from 140); Green value is 67 (26.56% from 255 or 47.86% from 140); Blue value is 67 (26.56% from 255 or 47.86% from 140); Max value from RGB is 67 - color contains mainly: green, blue. Hex color #064343 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064343 is #F9BCBC. Grayscale: #303030. Windows color (decimal): -16366781 or 4408070. OLE color: 4408070.

HSL color Cylindrical-coordinate representation of color #064343: hue angle of 180º degrees, saturation: 0.84, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064343 is Cyan = 0.91, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB66767-
CMYK0.91000.74
HSL180º83.56%14.31%-
HSV(B)180º91.04%26.27%-
XYZ3.14.466.01-
YUV48.76138.2997.5-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.29%
GREEN value IS 67 (26.56% from 255) = 47.86%
BLUE value IS 67 (26.56% from 255) = 47.86%
R=4.29%
G=47.86%
B=47.86%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal667670.91000.7418083.5614.31
Hex643435B004Ab454e
Octal61031031330011226412416
Binary1101000011100001110110110010010101011010010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064343; }

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

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

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

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

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

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

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

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