#063940

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

Shades of Cyprus #063940

Tints of Cyprus #063940

Color information

#063940 (or 0x063940) is unknown color: approx Cyprus. HEX triplet: 06, 39 and 40. RGB value is (6,57,64). Sum of RGB (Red+Green+Blue) = 6+57+64=127 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.72% from 127); Green value is 57 (22.66% from 255 or 44.88% from 127); Blue value is 64 (25.39% from 255 or 50.39% from 127); Max value from RGB is 64 - color contains mainly: blue. Hex color #063940 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063940 is #F9C6BF. Grayscale: #2A2A2A. Windows color (decimal): -16369344 or 4208902. OLE color: 4208902.

HSL color Cylindrical-coordinate representation of color #063940: hue angle of 187.24º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #063940 is Cyan = 0.91, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB65764-
CMYK0.910.1100.75
HSL187.24º82.86%13.73%-
HSV(B)187.24º90.62%25.1%-
XYZ2.463.345.36-
YUV42.55140.1101.93-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.72%
GREEN value IS 57 (22.66% from 255) = 44.88%
BLUE value IS 64 (25.39% from 255) = 50.39%
R=4.72%
G=44.88%
B=50.39%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal657640.910.1100.75187.2482.8613.73
Hex639405BB04Bbb53e
Octal67110013313011327312316
Binary110111001100000010110111011010010111011101110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063940; }

 p { color: rgb(6,57,64); }

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

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

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

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

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

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

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