#064843

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

Shades of Cyprus #064843

Tints of Cyprus #064843

Color information

#064843 (or 0x064843) is unknown color: approx Cyprus. HEX triplet: 06, 48 and 43. RGB value is (6,72,67). Sum of RGB (Red+Green+Blue) = 6+72+67=145 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.14% from 145); Green value is 72 (28.52% from 255 or 49.66% from 145); Blue value is 67 (26.56% from 255 or 46.21% from 145); Max value from RGB is 72 - color contains mainly: green. Hex color #064843 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064843 is #F9B7BC. Grayscale: #333333. Windows color (decimal): -16365501 or 4409350. OLE color: 4409350.

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

Color convert

RGB67267-
CMYK0.9200.070.72
HSL175.45º84.62%15.29%-
HSV(B)175.45º91.67%28.24%-
XYZ3.415.086.11-
YUV51.7136.6395.41-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.14%
GREEN value IS 72 (28.52% from 255) = 49.66%
BLUE value IS 67 (26.56% from 255) = 46.21%
R=4.14%
G=49.66%
B=46.21%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal672670.9200.070.72175.4584.6215.29
Hex648435C0748af55f
Octal61101031340711025712517
Binary110100100010000111011100011110010001010111110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064843; }

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

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

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

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

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

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

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

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