#06463F

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

Shades of Cyprus #06463F

Tints of Cyprus #06463F

Color information

#06463F (or 0x06463F) is unknown color: approx Cyprus. HEX triplet: 06, 46 and 3F. RGB value is (6,70,63). Sum of RGB (Red+Green+Blue) = 6+70+63=139 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.32% from 139); Green value is 70 (27.73% from 255 or 50.36% from 139); Blue value is 63 (25% from 255 or 45.32% from 139); Max value from RGB is 70 - color contains mainly: green. Hex color #06463F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06463F is #F9B9C0. Grayscale: #323232. Windows color (decimal): -16366017 or 4146694. OLE color: 4146694.

HSL color Cylindrical-coordinate representation of color #06463F: hue angle of 173.44º 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 #06463F is Cyan = 0.91, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.73.

Color convert

RGB67063-
CMYK0.9100.100.73
HSL173.44º84.21%14.9%-
HSV(B)173.44º91.43%27.45%-
XYZ3.164.785.46-
YUV50.07135.396.57-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.32%
GREEN value IS 70 (27.73% from 255) = 50.36%
BLUE value IS 63 (25% from 255) = 45.32%
R=4.32%
G=50.36%
B=45.32%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal670630.9100.100.73173.4484.2114.9
Hex6463F5B0A49ad54f
Octal61067713301211125512417
Binary110100011011111110110110101010010011010110110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06463F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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