#063F44

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

Shades of Cyprus #063F44

Tints of Cyprus #063F44

Color information

#063F44 (or 0x063F44) is unknown color: approx Cyprus. HEX triplet: 06, 3F and 44. RGB value is (6,63,68). Sum of RGB (Red+Green+Blue) = 6+63+68=137 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.38% from 137); Green value is 63 (25% from 255 or 45.99% from 137); Blue value is 68 (26.95% from 255 or 49.64% from 137); Max value from RGB is 68 - color contains mainly: blue. Hex color #063F44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063F44 is #F9C0BB. Grayscale: #2E2E2E. Windows color (decimal): -16367804 or 4472582. OLE color: 4472582.

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

Color convert

RGB66368-
CMYK0.910.0700.73
HSL184.84º83.78%14.51%-
HSV(B)184.84º91.18%26.67%-
XYZ2.94.016.09-
YUV46.53140.1299.09-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.38%
GREEN value IS 63 (25% from 255) = 45.99%
BLUE value IS 68 (26.95% from 255) = 49.64%
R=4.38%
G=45.99%
B=49.64%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal663680.910.0700.73184.8483.7814.51
Hex63F445B7049b954f
Octal6771041337011127112417
Binary11011111110001001011011111010010011011100110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063F44; }

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

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

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

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

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

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

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

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