#063E41

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

Shades of Cyprus #063E41

Tints of Cyprus #063E41

Color information

#063E41 (or 0x063E41) is unknown color: approx Cyprus. HEX triplet: 06, 3E and 41. RGB value is (6,62,65). Sum of RGB (Red+Green+Blue) = 6+62+65=133 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.51% from 133); Green value is 62 (24.61% from 255 or 46.62% from 133); Blue value is 65 (25.78% from 255 or 48.87% from 133); Max value from RGB is 65 - color contains mainly: blue. Hex color #063E41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063E41 is #F9C1BE. Grayscale: #2D2D2D. Windows color (decimal): -16368063 or 4275718. OLE color: 4275718.

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

Color convert

RGB66265-
CMYK0.910.0500.75
HSL183.05º83.1%13.92%-
HSV(B)183.05º90.77%25.49%-
XYZ2.753.875.6-
YUV45.6138.9599.76-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.51%
GREEN value IS 62 (24.61% from 255) = 46.62%
BLUE value IS 65 (25.78% from 255) = 48.87%
R=4.51%
G=46.62%
B=48.87%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal662650.910.0500.75183.0583.113.92
Hex63E415B504Bb753e
Octal6761011335011326712316
Binary11011111010000011011011101010010111011011110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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