#063C43

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

Shades of Cyprus #063C43

Tints of Cyprus #063C43

Color information

#063C43 (or 0x063C43) is unknown color: approx Cyprus. HEX triplet: 06, 3C and 43. RGB value is (6,60,67). Sum of RGB (Red+Green+Blue) = 6+60+67=133 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.51% from 133); Green value is 60 (23.83% from 255 or 45.11% from 133); Blue value is 67 (26.56% from 255 or 50.38% from 133); Max value from RGB is 67 - color contains mainly: blue. Hex color #063C43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063C43 is #F9C3BC. Grayscale: #2C2C2C. Windows color (decimal): -16368573 or 4406278. OLE color: 4406278.

HSL color Cylindrical-coordinate representation of color #063C43: hue angle of 186.89º degrees, saturation: 0.84, 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 #063C43 is Cyan = 0.91, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB66067-
CMYK0.910.1000.74
HSL186.89º83.56%14.31%-
HSV(B)186.89º91.04%26.27%-
XYZ2.73.685.88-
YUV44.65140.61100.43-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.51%
GREEN value IS 60 (23.83% from 255) = 45.11%
BLUE value IS 67 (26.56% from 255) = 50.38%
R=4.51%
G=45.11%
B=50.38%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal660670.910.1000.74186.8983.5614.31
Hex63C435BA04Abb54e
Octal67410313312011227312416
Binary110111100100001110110111010010010101011101110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,60,67); }

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

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

 a { background-color: rgb(6,60,67); }

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

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

 span { border-color: rgb(6,60,67); }

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