#063D3F

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

Shades of Cyprus #063D3F

Tints of Cyprus #063D3F

Color information

#063D3F (or 0x063D3F) is unknown color: approx Cyprus. HEX triplet: 06, 3D and 3F. RGB value is (6,61,63). Sum of RGB (Red+Green+Blue) = 6+61+63=130 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.62% from 130); Green value is 61 (24.22% from 255 or 46.92% from 130); Blue value is 63 (25% from 255 or 48.46% from 130); Max value from RGB is 63 - color contains mainly: blue. Hex color #063D3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063D3F is #F9C2C0. Grayscale: #2C2C2C. Windows color (decimal): -16368321 or 4144390. OLE color: 4144390.

HSL color Cylindrical-coordinate representation of color #063D3F: hue angle of 182.11º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #063D3F is Cyan = 0.90, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB66163-
CMYK0.900.0300.75
HSL182.11º82.61%13.53%-
HSV(B)182.11º90.48%24.71%-
XYZ2.643.745.28-
YUV44.78138.28100.34-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.62%
GREEN value IS 61 (24.22% from 255) = 46.92%
BLUE value IS 63 (25% from 255) = 48.46%
R=4.62%
G=46.92%
B=48.46%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal661630.900.0300.75182.1182.6113.53
Hex63D3F5A304Bb653e
Octal675771323011326612316
Binary110111101111111101101011010010111011011010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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