#064143

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

Shades of Cyprus #064143

Tints of Cyprus #064143

Color information

#064143 (or 0x064143) is unknown color: approx Cyprus. HEX triplet: 06, 41 and 43. RGB value is (6,65,67). Sum of RGB (Red+Green+Blue) = 6+65+67=138 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.35% from 138); Green value is 65 (25.78% from 255 or 47.10% from 138); Blue value is 67 (26.56% from 255 or 48.55% from 138); Max value from RGB is 67 - color contains mainly: blue. Hex color #064143 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064143 is #F9BEBC. Grayscale: #2F2F2F. Windows color (decimal): -16367293 or 4407558. OLE color: 4407558.

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

Color convert

RGB66567-
CMYK0.910.0300.74
HSL181.97º83.56%14.31%-
HSV(B)181.97º91.04%26.27%-
XYZ2.984.225.97-
YUV47.59138.9598.34-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.35%
GREEN value IS 65 (25.78% from 255) = 47.10%
BLUE value IS 67 (26.56% from 255) = 48.55%
R=4.35%
G=47.10%
B=48.55%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal665670.910.0300.74181.9783.5614.31
Hex641435B304Ab654e
Octal61011031333011226612416
Binary11010000011000011101101111010010101011011010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064143; }

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

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

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

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

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

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

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

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