#063D42

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

Shades of Cyprus #063D42

Tints of Cyprus #063D42

Color information

#063D42 (or 0x063D42) is unknown color: approx Cyprus. HEX triplet: 06, 3D and 42. RGB value is (6,61,66). Sum of RGB (Red+Green+Blue) = 6+61+66=133 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.51% from 133); Green value is 61 (24.22% from 255 or 45.86% from 133); Blue value is 66 (26.17% from 255 or 49.62% from 133); Max value from RGB is 66 - color contains mainly: blue. Hex color #063D42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063D42 is #F9C2BD. Grayscale: #2D2D2D. Windows color (decimal): -16368318 or 4340998. OLE color: 4340998.

HSL color Cylindrical-coordinate representation of color #063D42: hue angle of 185º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #063D42 is Cyan = 0.91, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB66166-
CMYK0.910.0800.74
HSL185º83.33%14.12%-
HSV(B)185º90.91%25.88%-
XYZ2.733.775.74-
YUV45.12139.78100.09-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.51%
GREEN value IS 61 (24.22% from 255) = 45.86%
BLUE value IS 66 (26.17% from 255) = 49.62%
R=4.51%
G=45.86%
B=49.62%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal661660.910.0800.7418583.3314.12
Hex63D425B804Ab953e
Octal67510213310011227112316
Binary110111101100001010110111000010010101011100110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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