#06463C

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

Shades of Cyprus #06463C

Tints of Cyprus #06463C

Color information

#06463C (or 0x06463C) is unknown color: approx Cyprus. HEX triplet: 06, 46 and 3C. RGB value is (6,70,60). Sum of RGB (Red+Green+Blue) = 6+70+60=136 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.41% from 136); Green value is 70 (27.73% from 255 or 51.47% from 136); Blue value is 60 (23.83% from 255 or 44.12% from 136); Max value from RGB is 70 - color contains mainly: green. Hex color #06463C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06463C is #F9B9C3. Grayscale: #313131. Windows color (decimal): -16366020 or 3950086. OLE color: 3950086.

HSL color Cylindrical-coordinate representation of color #06463C: hue angle of 170.62º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #06463C is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.73.

Color convert

RGB67060-
CMYK0.9100.140.73
HSL170.62º84.21%14.9%-
HSV(B)170.62º91.43%27.45%-
XYZ3.084.755.03-
YUV49.72133.896.81-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.41%
GREEN value IS 70 (27.73% from 255) = 51.47%
BLUE value IS 60 (23.83% from 255) = 44.12%
R=4.41%
G=51.47%
B=44.12%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal670600.9100.140.73170.6284.2114.9
Hex6463C5B0E49ab54f
Octal61067413301611125312417
Binary110100011011110010110110111010010011010101110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06463C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06463C; }

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

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

<style>
 a { background-color: #06463C; }

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

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

<style>
 span { border-color: #06463C; }

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

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