#063E40

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

Shades of Cyprus #063E40

Tints of Cyprus #063E40

Color information

#063E40 (or 0x063E40) is unknown color: approx Cyprus. HEX triplet: 06, 3E and 40. RGB value is (6,62,64). Sum of RGB (Red+Green+Blue) = 6+62+64=132 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.55% from 132); Green value is 62 (24.61% from 255 or 46.97% from 132); Blue value is 64 (25.39% from 255 or 48.48% from 132); Max value from RGB is 64 - color contains mainly: blue. Hex color #063E40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063E40 is #F9C1BF. Grayscale: #2D2D2D. Windows color (decimal): -16368064 or 4210182. OLE color: 4210182.

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

Color convert

RGB66264-
CMYK0.910.0300.75
HSL182.07º82.86%13.73%-
HSV(B)182.07º90.62%25.1%-
XYZ2.723.855.45-
YUV45.48138.4599.84-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.55%
GREEN value IS 62 (24.61% from 255) = 46.97%
BLUE value IS 64 (25.39% from 255) = 48.48%
R=4.55%
G=46.97%
B=48.48%

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
Decimal662640.910.0300.75182.0782.8613.73
Hex63E405B304Bb653e
Octal6761001333011326612316
Binary1101111101000000101101111010010111011011010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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