#064443

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

Shades of Cyprus #064443

Tints of Cyprus #064443

Color information

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

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

Color convert

RGB66867-
CMYK0.9100.010.73
HSL179.03º83.78%14.51%-
HSV(B)179.03º91.18%26.67%-
XYZ3.164.586.03-
YUV49.35137.9697.08-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal668670.9100.010.73179.0383.7814.51
Hex644435B0149b354f
Octal61041031330111126312417
Binary1101000100100001110110110110010011011001110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064443; }

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

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

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

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

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

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

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

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