#06563F

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

Shades of Jewel #06563F

Tints of Jewel #06563F

Color information

#06563F (or 0x06563F) is unknown color: approx Jewel. HEX triplet: 06, 56 and 3F. RGB value is (6,86,63). Sum of RGB (Red+Green+Blue) = 6+86+63=155 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.87% from 155); Green value is 86 (33.98% from 255 or 55.48% from 155); Blue value is 63 (25% from 255 or 40.65% from 155); Max value from RGB is 86 - color contains mainly: green. Hex color #06563F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06563F is #F9A9C0. Grayscale: #3B3B3B. Windows color (decimal): -16361921 or 4150790. OLE color: 4150790.

HSL color Cylindrical-coordinate representation of color #06563F: hue angle of 162.75º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06563F is Cyan = 0.93, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.66.

Color convert

RGB68663-
CMYK0.9300.270.66
HSL162.75º86.96%18.04%-
HSV(B)162.75º93.02%33.73%-
XYZ4.37.055.84-
YUV59.4613089.87-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.87%
GREEN value IS 86 (33.98% from 255) = 55.48%
BLUE value IS 63 (25% from 255) = 40.65%
R=3.87%
G=55.48%
B=40.65%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal686630.9300.270.66162.7586.9618.04
Hex6563F5D01B42a35712
Octal61267713503310224312722
Binary11010101101111111011101011011100001010100011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06563F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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