#063F41

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

Shades of Cyprus #063F41

Tints of Cyprus #063F41

Color information

#063F41 (or 0x063F41) is unknown color: approx Cyprus. HEX triplet: 06, 3F and 41. RGB value is (6,63,65). Sum of RGB (Red+Green+Blue) = 6+63+65=134 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.48% from 134); Green value is 63 (25% from 255 or 47.01% from 134); Blue value is 65 (25.78% from 255 or 48.51% from 134); Max value from RGB is 65 - color contains mainly: blue. Hex color #063F41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063F41 is #F9C0BE. Grayscale: #2E2E2E. Windows color (decimal): -16367807 or 4275974. OLE color: 4275974.

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

Color convert

RGB66365-
CMYK0.910.0300.75
HSL182.03º83.1%13.92%-
HSV(B)182.03º90.77%25.49%-
XYZ2.813.985.62-
YUV46.18138.6299.34-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.48%
GREEN value IS 63 (25% from 255) = 47.01%
BLUE value IS 65 (25.78% from 255) = 48.51%
R=4.48%
G=47.01%
B=48.51%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal663650.910.0300.75182.0383.113.92
Hex63F415B304Bb653e
Octal6771011333011326612316
Binary1101111111000001101101111010010111011011010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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