#063740

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

Shades of Cyprus #063740

Tints of Cyprus #063740

Color information

#063740 (or 0x063740) is unknown color: approx Cyprus. HEX triplet: 06, 37 and 40. RGB value is (6,55,64). Sum of RGB (Red+Green+Blue) = 6+55+64=125 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.8% from 125); Green value is 55 (21.88% from 255 or 44% from 125); Blue value is 64 (25.39% from 255 or 51.2% from 125); Max value from RGB is 64 - color contains mainly: blue. Hex color #063740 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063740 is #F9C8BF. Grayscale: #292929. Windows color (decimal): -16369856 or 4208390. OLE color: 4208390.

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

Color convert

RGB65564-
CMYK0.910.1400.75
HSL189.31º82.86%13.73%-
HSV(B)189.31º90.62%25.1%-
XYZ2.373.145.33-
YUV41.37140.77102.77-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.8%
GREEN value IS 55 (21.88% from 255) = 44%
BLUE value IS 64 (25.39% from 255) = 51.2%
R=4.8%
G=44%
B=51.2%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal655640.910.1400.75189.3182.8613.73
Hex637405BE04Bbd53e
Octal66710013316011327512316
Binary110110111100000010110111110010010111011110110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063740; }

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

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

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

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

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

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

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

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